From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:57:20 +0000 (+0200) Subject: runtime(doc): fix typo synconcealend -> synconcealed (#14644) X-Git-Tag: v9.1.0375~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9525f62136047225f4dca8ba68ab2023600ec522;p=thirdparty%2Fvim.git runtime(doc): fix typo synconcealend -> synconcealed (#14644) Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index c23462c818..f16e7d2d6b 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -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*