summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2024-04-26 19:57:20 +0200
committerGitHub <noreply@github.com>2024-04-26 19:57:20 +0200
commit9525f62136047225f4dca8ba68ab2023600ec522 (patch)
tree4b25244ce6b2bcdd1d6e8626e1899dc7dbb3b42b
parent5400a5d4269874fe4f1c35dfdd3c039ea17dfd62 (diff)
runtime(doc): fix typo synconcealend -> synconcealed (#14644)
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--runtime/doc/pattern.txt2
1 files changed, 1 insertions, 1 deletions
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*