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