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