dcaee6
To: vim_dev@googlegroups.com
dcaee6
Subject: Patch 7.4.080
dcaee6
Fcc: outbox
dcaee6
From: Bram Moolenaar <Bram@moolenaar.net>
dcaee6
Mime-Version: 1.0
dcaee6
Content-Type: text/plain; charset=UTF-8
dcaee6
Content-Transfer-Encoding: 8bit
dcaee6
------------
dcaee6
dcaee6
Patch 7.4.080 (after 7.4.079)
dcaee6
Problem:    Missing documentation for v:hlsearch.
dcaee6
Solution:   Include the right file in the patch.
dcaee6
Files:      runtime/doc/eval.txt
dcaee6
dcaee6
dcaee6
*** ../vim-7.4.079/runtime/doc/eval.txt	2013-11-02 23:29:17.000000000 +0100
dcaee6
--- runtime/doc/eval.txt	2013-11-08 04:20:27.000000000 +0100
dcaee6
***************
dcaee6
*** 1454,1459 ****
dcaee6
--- 1455,1467 ----
dcaee6
  v:foldstart	Used for 'foldtext': first line of closed fold.
dcaee6
  		Read-only in the |sandbox|. |fold-foldtext|
dcaee6
  
dcaee6
+ 					*v:hlsearch* *hlsearch-variable*
dcaee6
+ v:hlsearch	Variable that determines whether search highlighting is on. 
dcaee6
+ 		Makes sense only if 'hlsearch' is enabled which requires 
dcaee6
+ 		|+extra_search|. Setting this variable to zero acts the like 
dcaee6
+ 		|:nohlsearch| command, setting it to one acts like >
dcaee6
+ 			let &hlsearch = &hlsearch
dcaee6
+ <
dcaee6
  					*v:insertmode* *insertmode-variable*
dcaee6
  v:insertmode	Used for the |InsertEnter| and |InsertChange| autocommand
dcaee6
  		events.  Values:
dcaee6
*** ../vim-7.4.079/src/version.c	2013-11-08 04:30:06.000000000 +0100
dcaee6
--- src/version.c	2013-11-09 01:42:56.000000000 +0100
dcaee6
***************
dcaee6
*** 740,741 ****
dcaee6
--- 740,743 ----
dcaee6
  {   /* Add new patch number below this line */
dcaee6
+ /**/
dcaee6
+     80,
dcaee6
  /**/
dcaee6
dcaee6
-- 
dcaee6
The chat program is in public domain.  This is not the GNU public license.
dcaee6
If it breaks then you get to keep both pieces.
dcaee6
		-- Copyright notice for the chat program
dcaee6
dcaee6
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
dcaee6
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
dcaee6
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
dcaee6
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///