-*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
*Underlined text that stands out, HTML links
- *Ignore left blank, hidden
+ *Ignore left blank, hidden |hl-Ignore|
*Error any erroneous construct
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*
call append("$", "conceallevel\tcontrols whether concealable text is hidden")
call append("$", "\t(local to window)")
call <SID>OptionL("cole")
- call append("$", "concealcursor\tcontrols whether concealable text is hidden in the cursor line")
+ call append("$", "concealcursor\tmodes in which text in the cursor line can be concealed")
call append("$", "\t(local to window)")
call <SID>OptionL("cocu")
endif