diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-08-04 06:09:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-04 06:09:54 +0800 |
commit | 58406ab9f0adba6f26402d47479ca061864b2584 (patch) | |
tree | 0010c0dcc93fecd12a6b73874deb893fac5caf1b /runtime | |
parent | ac24b907f035ce8393b644dd33c5c3fb3ded9562 (diff) | |
download | rneovim-58406ab9f0adba6f26402d47479ca061864b2584.tar.gz rneovim-58406ab9f0adba6f26402d47479ca061864b2584.tar.bz2 rneovim-58406ab9f0adba6f26402d47479ca061864b2584.zip |
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 (limited to 'runtime')
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 0bade0b471..5606348ee8 100644 --- 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: |