]> granicus.if.org Git - vim/commitdiff
Better text for 'concealcursor' in :options window.
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Jul 2010 13:56:43 +0000 (15:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jul 2010 13:56:43 +0000 (15:56 +0200)
runtime/doc/syntax.txt
runtime/optwin.vim

index 932377164d9fa9e2ebad804d7ef045fabe68cf7e..fb1ddd82c01ae45bfa4afc366e0e0a4fd648bf8b 100644 (file)
@@ -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*
 
index a723e0a40ee409f735188a4b54fd4c77b2ff8e93..c27fbd5d63da27a5095324262f462def87a53a8c 100644 (file)
@@ -377,7 +377,7 @@ if has("conceal")
   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