]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.080 v7.4.080
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Nov 2013 00:44:43 +0000 (01:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Nov 2013 00:44:43 +0000 (01:44 +0100)
Problem:    Missing documentation for v:hlsearch.
Solution:   Include the right file in the patch.

runtime/doc/eval.txt
src/version.c

index 5085f21ae8aad45e87cf0c630e98c091ec475ee9..bf01f371704c231d6552874f579545995ebe224f 100644 (file)
@@ -1455,6 +1455,13 @@ v:foldend        Used for 'foldtext': last line of closed fold.
 v:foldstart    Used for 'foldtext': first line of closed fold.
                Read-only in the |sandbox|. |fold-foldtext|
 
+                                       *v:hlsearch* *hlsearch-variable*
+v:hlsearch     Variable that determines whether search highlighting is on. 
+               Makes sense only if 'hlsearch' is enabled which requires 
+               |+extra_search|. Setting this variable to zero acts the like 
+               |:nohlsearch| command, setting it to one acts like >
+                       let &hlsearch = &hlsearch
+<
                                        *v:insertmode* *insertmode-variable*
 v:insertmode   Used for the |InsertEnter| and |InsertChange| autocommand
                events.  Values:
index 106445a021c9f1efa44058df2d61ad4b1be5ba7c..795aad06b6c28f1c357b3fc50749e745ec6eedea 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    80,
 /**/
     79,
 /**/