From 89f8e9709919d0b84f603f5f3d068b37273e885b Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 24 Jan 2026 07:48:23 +0800 Subject: [PATCH] vim-patch:3a324c8: runtime(doc): Fix typo in syntax.txt (#37522) closes: vim/vim#19239 https://github.com/vim/vim/commit/3a324c83abb78a0fc80433db09737ab0e660a0a6 Co-authored-by: Antoine Saez Dumas (cherry picked from commit 7daf8d23632fba0dfde1a804fc37000aaad1d8c5) --- runtime/doc/syntax.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 2feee0a511..205bc4bc7b 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4063,7 +4063,7 @@ the region, but not the contents of the region, are marked as concealable. Whether or not they are actually concealed depends on the setting on the 'conceallevel' option. The ends of a region can only be concealed separately in this way when they have their own highlighting via "matchgroup". The -|synconcealed()| function can be used to retrieve information about conealed +|synconcealed()| function can be used to retrieve information about concealed items. cchar *:syn-cchar*