# HG changeset patch # User Christian Brabandt # Date 1714154405 -7200 # Node ID e251bc9ab3c014a0ba6260bbe1c2cfa7d090d1a4 # Parent 79c73c4b3ecb67f85b28c17e110ae5ee853b36a8 runtime(doc): fix typo synconcealend -> synconcealed (#14644) Commit: https://github.com/vim/vim/commit/9525f62136047225f4dca8ba68ab2023600ec522 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri Apr 26 19:57:20 2024 +0200 runtime(doc): fix typo synconcealend -> synconcealed (https://github.com/vim/vim/issues/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 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1404,7 +1404,7 @@ 10. Highlighting matches *match-highl 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*