We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceec864 commit 19be0ebCopy full SHA for 19be0eb
1 file changed
runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
1
-*syntax.txt* For Vim version 9.1. Last change: 2024 Oct 20
+*syntax.txt* For Vim version 9.1. Last change: 2024 Oct 22
2
3
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -6142,7 +6142,8 @@ This will set the "w:current_syntax" variable to "foo". The value of
6142
restoring "b:current_syntax", since the syntax files do set
6143
"b:current_syntax". The value set by the syntax file is assigned to
6144
"w:current_syntax".
6145
-Note: This resets the 'spell', 'spellcapcheck' and 'spellfile' options.
+Note: This resets the 'spell', 'spellcapcheck', 'spellfile' and 'spelloptions'
6146
+options.
6147
6148
Once a window has its own syntax, syntax commands executed from other windows
6149
on the same buffer (including :syntax clear) have no effect. Conversely,
0 commit comments