diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-11-10 10:35:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-10 10:35:57 +0800 |
commit | 0eae0bc804c22605a39e58ae1bc99df30657504c (patch) | |
tree | 3ace440164aabbfa17481764e9242817418db6df /runtime/doc | |
parent | 3da8f4c7ee0d3d727bd8d160874ac55d661c3607 (diff) | |
parent | d090a02780d1198e5af9e82a0d8880581d840952 (diff) | |
download | rneovim-0eae0bc804c22605a39e58ae1bc99df30657504c.tar.gz rneovim-0eae0bc804c22605a39e58ae1bc99df30657504c.tar.bz2 rneovim-0eae0bc804c22605a39e58ae1bc99df30657504c.zip |
Merge pull request #31150 from zeertzjq/vim-bbe5252
vim-patch: Vim syntax updates
Diffstat (limited to 'runtime/doc')
-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 9d7dbd39c4..b9daff84f3 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -3493,7 +3493,7 @@ This option is disabled by default. Some folding is now supported with when 'foldmethod' is set to "syntax": > g:vimsyn_folding == 0 or doesn't exist: no syntax-based folding - g:vimsyn_folding =~ 'a' : augroups + g:vimsyn_folding =~ 'a' : fold augroups g:vimsyn_folding =~ 'f' : fold functions g:vimsyn_folding =~ 'h' : fold heredocs g:vimsyn_folding =~ 'l' : fold Lua script |