summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_06.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-06 12:14:49 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-06 12:14:49 +0200
commit61da1bfa6c6b19dd670671a318ce9f9e2acc784c (patch)
tree923078cfd946dd654e309bd75d3c7fc418f6f4a9 /runtime/doc/usr_06.txt
parentde6dbb452ad677abab05a84bc48b968bc5315fa4 (diff)
downloadvim-git-61da1bfa6c6b19dd670671a318ce9f9e2acc784c.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/usr_06.txt')
-rw-r--r--runtime/doc/usr_06.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/usr_06.txt b/runtime/doc/usr_06.txt
index e52d11087..bcc0a2fa9 100644
--- a/runtime/doc/usr_06.txt
+++ b/runtime/doc/usr_06.txt
@@ -1,4 +1,4 @@
-*usr_06.txt* For Vim version 8.1. Last change: 2009 Oct 28
+*usr_06.txt* For Vim version 8.1. Last change: 2019 Jun 01
VIM USER MANUAL - by Bram Moolenaar
@@ -196,13 +196,12 @@ too slow, you might want to disable syntax highlighting for a moment: >
When editing another file (or the same one) the colors will come back.
- *:syn-off*
If you want to stop highlighting completely use: >
:syntax off
This will completely disable syntax highlighting and remove it immediately for
-all buffers.
+all buffers. See |:syntax-off| for more details.
*:syn-manual*
If you want syntax highlighting only for specific files, use this: >