]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo synconcealend -> synconcealed (#14644)
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Fri, 26 Apr 2024 17:57:20 +0000 (19:57 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 17:57:20 +0000 (19:57 +0200)
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/pattern.txt

index c23462c81852537bb64bdc5c3664edc690891677..f16e7d2d6b79b6ea6de156f2b51a40d680f33f49 100644 (file)
@@ -1404,7 +1404,7 @@ Finally, these constructs are unique to Perl:
                rules.  Both methods can be used to conceal text.
 
                Thus the matching functions like |matchadd()| won't consider
-               syntax rules and functions like |synconcealend()| and the
+               syntax rules and functions like |synconcealed()| and the
                other way around.
 
                                                        *:mat* *:match*