diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-12-06 23:33:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-12-06 23:33:00 +0100 |
commit | ed32d9424d12f93dcdb96f2a5c512f7ad9945bee (patch) | |
tree | b28f74330874a2e939fc58d43b9da9af6336692d /runtime/doc/syntax.txt | |
parent | f8a447c6dc51e55d38d72c7a893c7483de112cdb (diff) | |
download | vim-ed32d9424d12f93dcdb96f2a5c512f7ad9945bee.zip |
Update runtime files.
Diffstat (limited to 'runtime/doc/syntax.txt')
-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 ee91a91ac..efb7bda66 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 7.4. Last change: 2014 Sep 27 +*syntax.txt* For Vim version 7.4. Last change: 2014 Nov 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5065,6 +5065,7 @@ 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. Once a window has its own syntax, syntax commands executed from other windows on the same buffer (including :syntax clear) have no effect. Conversely, |