astepano / rpms / vim

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