comparison runtime/doc/eval.txt @ 6413:01c668384bcc v7.4.537

updated for version 7.4.537 Problem: Value of v:hlsearch reflects an internal variable. Solution: Make the value reflect whether search highlighting is actually displayed. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Nov 2014 19:14:49 +0100
parents f654ad95fd4e
children 5d89d9b40499
comparison
equal deleted inserted replaced
6412:cf7754ebe684 6413:01c668384bcc
1455 *v:foldstart* *foldstart-variable* 1455 *v:foldstart* *foldstart-variable*
1456 v:foldstart Used for 'foldtext': first line of closed fold. 1456 v:foldstart Used for 'foldtext': first line of closed fold.
1457 Read-only in the |sandbox|. |fold-foldtext| 1457 Read-only in the |sandbox|. |fold-foldtext|
1458 1458
1459 *v:hlsearch* *hlsearch-variable* 1459 *v:hlsearch* *hlsearch-variable*
1460 v:hlsearch Variable that determines whether search highlighting is on. 1460 v:hlsearch Variable that indicates whether search highlighting is on.
1461 Makes sense only if 'hlsearch' is enabled which requires 1461 Setting it makes sense only if 'hlsearch' is enabled which
1462 |+extra_search|. Setting this variable to zero acts the like 1462 requires |+extra_search|. Setting this variable to zero acts
1463 |:nohlsearch| command, setting it to one acts like > 1463 the like |:nohlsearch| command, setting it to one acts like >
1464 let &hlsearch = &hlsearch 1464 let &hlsearch = &hlsearch
1465 < 1465 <
1466 *v:insertmode* *insertmode-variable* 1466 *v:insertmode* *insertmode-variable*
1467 v:insertmode Used for the |InsertEnter| and |InsertChange| autocommand 1467 v:insertmode Used for the |InsertEnter| and |InsertChange| autocommand
1468 events. Values: 1468 events. Values: