]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo
authorChristian Brabandt <cb@256bit.org>
Fri, 26 Apr 2024 16:56:21 +0000 (18:56 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 26 Apr 2024 16:56:21 +0000 (18:56 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/usr_41.txt

index 8e719481a455ace03594e0a186e692585b96ab69..6137cfd5a4a3d310b8fbba27b660a7b81ee3085e 100644 (file)
@@ -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