Skip to content
Snippets Groups Projects
Commit 4f99eae0 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Better text for 'concealcursor' in :options window.

parent fa9a3709
No related branches found
No related tags found
No related merge requests found
*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 VIM REFERENCE MANUAL by Bram Moolenaar
...@@ -256,7 +256,7 @@ you can see the actual color, except for "Ignore"): ...@@ -256,7 +256,7 @@ you can see the actual color, except for "Ignore"):
*Underlined text that stands out, HTML links *Underlined text that stands out, HTML links
*Ignore left blank, hidden *Ignore left blank, hidden |hl-Ignore|
*Error any erroneous construct *Error any erroneous construct
...@@ -275,6 +275,10 @@ can be used for the same group. ...@@ -275,6 +275,10 @@ can be used for the same group.
The following names are reserved and cannot be used as a group name: The following names are reserved and cannot be used as a group name:
NONE ALL ALLBUT contains contained 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* 3. Syntax loading procedure *syntax-loading*
......
...@@ -377,7 +377,7 @@ if has("conceal") ...@@ -377,7 +377,7 @@ if has("conceal")
call append("$", "conceallevel\tcontrols whether concealable text is hidden") call append("$", "conceallevel\tcontrols whether concealable text is hidden")
call append("$", "\t(local to window)") call append("$", "\t(local to window)")
call <SID>OptionL("cole") 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 append("$", "\t(local to window)")
call <SID>OptionL("cocu") call <SID>OptionL("cocu")
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment