neovim

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

commit 58406ab9f0adba6f26402d47479ca061864b2584
parent ac24b907f035ce8393b644dd33c5c3fb3ded9562
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sun,  4 Aug 2024 06:09:54 +0800

vim-patch:947f752: runtime(doc): fix typo in syntax.txt (#29974)

closes: vim/vim#15425

https://github.com/vim/vim/commit/947f752a47b107529b5d591e4e24b51237c20497

Co-authored-by: Jon Parise <jon@indelible.org>
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 @@ -4654,7 +4654,7 @@ matches, nextgroup, etc. But there are a few differences: line (or group of continued lines). - When a match with a sync pattern is found, the rest of the line (or group of continued lines) is searched for another match. The last match is used. - This is used when a line can contain both the start end the end of a region + This is used when a line can contain both the start and the end of a region (e.g., in a C-comment like `/* this */`, the last "*/" is used). There are two ways how a match with a sync pattern can be used: