neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 7daf8d23632fba0dfde1a804fc37000aaad1d8c5
parent c0b3f3b53282b27cbaf5aa66b917ba2bdf3cd492
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sat, 24 Jan 2026 07:48:23 +0800

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 <antoine.saezdumas.git@gmail.com>
Diffstat:
Mruntime/doc/syntax.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt @@ -4168,7 +4168,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*