aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-01 13:19:45 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-05-01 13:23:12 +0200
commitac107f7fddc59ef286e3ef3979afe0ea5e94633a (patch)
tree4e529000dac782774d791af5bacec76c0b94f593 /runtime/doc/syntax.txt
parenteb7ea6e12253d6fb9296113b01f5d257341a7a18 (diff)
downloadrneovim-ac107f7fddc59ef286e3ef3979afe0ea5e94633a.tar.gz
rneovim-ac107f7fddc59ef286e3ef3979afe0ea5e94633a.tar.bz2
rneovim-ac107f7fddc59ef286e3ef3979afe0ea5e94633a.zip
vim-patch:690afe1fef87
Update runtime files. https://github.com/vim/vim/commit/690afe1fef87e7eef6fb7343a926617d5f7315fa
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 9c0f1cd989..364b0c2ac2 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -3454,6 +3454,8 @@ DEFINING CASE *:syn-case* *E390*
"ignore". Note that any items before this are not affected, and all
items until the next ":syntax case" command are affected.
+:sy[ntax] case
+ Show either "syntax case match" or "syntax case ignore" (translated).
SPELL CHECKING *:syn-spell*
@@ -3471,6 +3473,11 @@ SPELL CHECKING *:syn-spell*
To activate spell checking the 'spell' option must be set.
+:sy[ntax] spell
+ Show either "syntax spell toplevel", "syntax spell notoplevel" or
+ "syntax spell default" (translated).
+
+
SYNTAX ISKEYWORD SETTING *:syn-iskeyword*
:sy[ntax] iskeyword [clear | {option}]
@@ -4064,6 +4071,9 @@ IMPLICIT CONCEAL *:syn-conceal-implicit*
off" returns to the normal state where the "conceal" flag must be
given explicitly.
+:sy[ntax] conceal
+ Show either "syntax conceal on" or "syntax conceal off" (translated).
+
==============================================================================
7. Syntax patterns *:syn-pattern* *E401* *E402*