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