aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-27 05:52:28 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-04-27 05:52:47 +0800
commite81eb34aa11f45315725ca2876b81b28d1105978 (patch)
tree3ae1501225c9a3b1d886ac94cee75e9ec52411f7
parenta1568f5df0c37d8cab6999fecd5eaa6bab8ad5ec (diff)
downloadrneovim-e81eb34aa11f45315725ca2876b81b28d1105978.tar.gz
rneovim-e81eb34aa11f45315725ca2876b81b28d1105978.tar.bz2
rneovim-e81eb34aa11f45315725ca2876b81b28d1105978.zip
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>
-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 b3bc5e99a1..1ef182127c 100644
--- 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*