Skip to content

Commit 3a324c8

Browse files
anonymousgrasshopperchrisbra
authored andcommitted
runtime(doc): Fix typo in syntax.txt
closes: #19239 Signed-off-by: Antoine Saez Dumas <antoine.saezdumas.git@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 09a4805 commit 3a324c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/doc/syntax.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.1. Last change: 2026 Jan 20
1+
*syntax.txt* For Vim version 9.1. Last change: 2026 Jan 23
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4699,7 +4699,7 @@ the region, but not the contents of the region, are marked as concealable.
46994699
Whether or not they are actually concealed depends on the setting on the
47004700
'conceallevel' option. The ends of a region can only be concealed separately
47014701
in this way when they have their own highlighting via "matchgroup". The
4702-
|synconcealed()| function can be used to retrieve information about conealed
4702+
|synconcealed()| function can be used to retrieve information about concealed
47034703
items.
47044704

47054705
cchar *:syn-cchar*

0 commit comments

Comments
 (0)