From: Christian Brabandt Date: Fri, 26 Apr 2024 16:56:21 +0000 (+0200) Subject: runtime(doc): fix typo X-Git-Tag: v9.1.0375~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00ae5c5cba7b2b42662687b3150397fe1737fba0;p=thirdparty%2Fvim.git runtime(doc): fix typo Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 8e719481a4..6137cfd5a4 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