summaryrefslogtreecommitdiffstats
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorh_east <h.east.727@gmail.com>2023-10-25 22:47:05 +0900
committerGitHub <noreply@github.com>2023-10-25 14:47:05 +0100
commit5985879e3c36383155f84649fa42d06813a1893e (patch)
treed4d7f9b1626ef2052e4db7d5e7d849f9f7258127 /runtime/doc/syntax.txt
parent50f3ec2898a43feaa6add2bc4875754cf9224d5e (diff)
runtime(doc): Fix typos in several documents (#13420)
* Fix typos in several documents * Update runtime/doc/terminal.txt Co-authored-by: K.Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index fe560d3807..057d201581 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -2797,7 +2797,7 @@ The first option implies the second one.
For highlighted trailing whitespace and mix of spaces and tabs: >
:let python_space_error_highlight = 1
-If you want all possible Python highlighting:
+If you want all possible Python highlighting: >
:let python_highlight_all = 1
This has the same effect as setting python_space_error_highlight and
unsetting all the other ones.