commit e81eb34aa11f45315725ca2876b81b28d1105978
parent a1568f5df0c37d8cab6999fecd5eaa6bab8ad5ec
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sat, 27 Apr 2024 05:52:28 +0800
vim-patch:9525f6213604
runtime(doc): fix typo synconcealend -> synconcealed (vim/vim#14644)
https://github.com/vim/vim/commit/9525f62136047225f4dca8ba68ab2023600ec522
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt
@@ -1385,7 +1385,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*