diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-03-29 13:38:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 07:38:29 +0200 |
commit | d89a80fafc6cdf12f72dac2bcbd5055038a241dc (patch) | |
tree | f973163ebc582f51c2b3493551c573f034f1ef8e | |
parent | 3cc6cfecf39a67bfcc2547b81f3dd4b186c306be (diff) | |
download | rneovim-d89a80fafc6cdf12f72dac2bcbd5055038a241dc.tar.gz rneovim-d89a80fafc6cdf12f72dac2bcbd5055038a241dc.tar.bz2 rneovim-d89a80fafc6cdf12f72dac2bcbd5055038a241dc.zip |
docs: update hl-Whitespace documentation (#17901)
-rw-r--r-- | runtime/doc/syntax.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 2af4ec1549..2d239d9198 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -5226,7 +5226,8 @@ VisualNOS Visual mode selection when vim is "Not Owning the Selection". *hl-WarningMsg* WarningMsg warning messages *hl-Whitespace* -Whitespace "nbsp", "space", "tab" and "trail" in 'listchars' +Whitespace "nbsp", "space", "tab", "multispace", "lead" and "trail" + in 'listchars' *hl-WildMenu* WildMenu current match in 'wildmenu' completion |