summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-24 15:56:43 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-24 15:56:43 +0200
commit4f99eae08202f8d740f8f7b70fce498773a634b6 (patch)
tree4561a3c8b408c93fb316a64eab58cfbc4ef70a5d /runtime/doc/syntax.txt
parentfa9a37096d2701bc0a5a3c25f249d295beaf4dfd (diff)
downloadvim-git-4f99eae08202f8d740f8f7b70fce498773a634b6.tar.gz
Better text for 'concealcursor' in :options window.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 932377164..fb1ddd82c 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 23
+*syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -256,7 +256,7 @@ you can see the actual color, except for "Ignore"):
*Underlined text that stands out, HTML links
- *Ignore left blank, hidden
+ *Ignore left blank, hidden |hl-Ignore|
*Error any erroneous construct
@@ -275,6 +275,10 @@ can be used for the same group.
The following names are reserved and cannot be used as a group name:
NONE ALL ALLBUT contains contained
+ *hl-Ignore*
+When using the Ignore group, you may also consider using the conceal
+mechanism. See |conceal|.
+
==============================================================================
3. Syntax loading procedure *syntax-loading*