diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 22:47:40 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 22:51:30 +0200 |
commit | 06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5 (patch) | |
tree | 8248ae46a54e160a7f635ac4b97f56b4d2048729 /runtime/doc/syntax.txt | |
parent | becde1745aa2ee84158b26ec14f14e1941fcc7d8 (diff) | |
download | rneovim-06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5.tar.gz rneovim-06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5.tar.bz2 rneovim-06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5.zip |
vim-patch:d07969093a9b
Updated runtime files.
https://github.com/vim/vim/commit/d07969093a9b3051511c478d71c36de6fc33c0d6
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 123ae0cc72..e3da736489 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -3496,8 +3496,8 @@ SYNTAX ISKEYWORD SETTING *:syn-iskeyword* and also determines where |:syn-keyword| will be checked for a new match. - It is recommended when writing syntax files, to use this command - to the correct value for the specific syntax language and not change + It is recommended when writing syntax files, to use this command to + set the correct value for the specific syntax language and not change the 'iskeyword' option. DEFINING KEYWORDS *:syn-keyword* |