diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 19:06:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 19:06:15 +0000 |
commit | 45e7de1c4f501ef5d3b6f08126a2ad82ccb07533 (patch) | |
tree | b5039a1ec7ad36b69e101b52645040b88a2e929b /runtime/doc/usr_41.txt | |
parent | Adding upstream version 2:9.1.0374. (diff) | |
download | vim-45e7de1c4f501ef5d3b6f08126a2ad82ccb07533.tar.xz vim-45e7de1c4f501ef5d3b6f08126a2ad82ccb07533.zip |
Adding upstream version 2:9.1.0377.upstream/2%9.1.0377
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 8e71948..6137cfd 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1096,7 +1096,7 @@ Syntax and highlighting: *syntax-functions* *highlighting-functions* synIDattr() get a specific attribute of a syntax ID synIDtrans() get translated syntax ID synstack() get list of syntax IDs at a specific position - synconcealed() get info about (synax) concealing + synconcealed() get info about (syntax) concealing diff_hlID() get highlight ID for diff mode at a position matchadd() define a pattern to highlight (a "match") matchaddpos() define a list of positions to highlight |