aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-10-23 07:57:07 +0800
committerGitHub <noreply@github.com>2024-10-23 07:57:07 +0800
commit6dad1f9f19895a0320b4da6805eee3859b29c5de (patch)
treeface2e10fba91c26f12bda8b6c63dfa1f9db60f7 /runtime
parent629a5b71b55e439392e2a5791940f6dc8d0dd7c0 (diff)
parentda458277877637b7ed59152c0d91e00fcc42635d (diff)
downloadrneovim-6dad1f9f19895a0320b4da6805eee3859b29c5de.tar.gz
rneovim-6dad1f9f19895a0320b4da6805eee3859b29c5de.tar.bz2
rneovim-6dad1f9f19895a0320b4da6805eee3859b29c5de.zip
Merge pull request #30907 from zeertzjq/vim-9.1.0805
vim-patch:9.1.{0799,0805},19be0eb
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/syntax.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 3cb96226da..c032a8c20d 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -5472,7 +5472,8 @@ This will set the "w:current_syntax" variable to "foo". The value of
restoring "b:current_syntax", since the syntax files do set
"b:current_syntax". The value set by the syntax file is assigned to
"w:current_syntax".
-Note: This resets the 'spell', 'spellcapcheck' and 'spellfile' options.
+Note: This resets the 'spell', 'spellcapcheck', 'spellfile' and 'spelloptions'
+options.
Once a window has its own syntax, syntax commands executed from other windows
on the same buffer (including :syntax clear) have no effect. Conversely,