diff runtime/doc/syntax.txt @ 2386:fb8cce4174f0 vim73

Better text for 'concealcursor' in :options window.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 15:56:43 +0200
parents 85b7dc8da5eb
children 0c8219a26bc9
line wrap: on
line diff
--- 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
 
 	*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*