comparison runtime/doc/options.txt @ 4681:2eb30f341e8d

Updated runtime files and translations.
author Bram Moolenaar <bram@vim.org>
date Sat, 01 Jun 2013 14:50:56 +0200
parents 605c9ce57ec3
children 2b11ac90d9e9
comparison
equal deleted inserted replaced
4680:fd8cc7fbc273 4681:2eb30f341e8d
1 *options.txt* For Vim version 7.3. Last change: 2013 May 17 1 *options.txt* For Vim version 7.3. Last change: 2013 May 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5514 searching for patterns for 'hlsearch' and |:match| highlighting. 5514 searching for patterns for 'hlsearch' and |:match| highlighting.
5515 When redrawing takes more than this many milliseconds no further 5515 When redrawing takes more than this many milliseconds no further
5516 matches will be highlighted. This is used to avoid that Vim hangs 5516 matches will be highlighted. This is used to avoid that Vim hangs
5517 when using a very complicated pattern. 5517 when using a very complicated pattern.
5518 5518
5519 *'regexpengine''* *'re'* 5519 *'regexpengine'* *'re'*
5520 'regexpengine' 're' number (default 0) 5520 'regexpengine' 're' number (default 0)
5521 global 5521 global
5522 {not in Vi} 5522 {not in Vi}
5523 This selects the default regexp engine. |two-engines| 5523 This selects the default regexp engine. |two-engines|
5524 The possible values are: 5524 The possible values are:
7519 When reading all entries are tried to find an undo file. The first 7519 When reading all entries are tried to find an undo file. The first
7520 undo file that exists is used. When it cannot be read an error is 7520 undo file that exists is used. When it cannot be read an error is
7521 given, no further entry is used. 7521 given, no further entry is used.
7522 See |undo-persistence|. 7522 See |undo-persistence|.
7523 7523
7524 *'undofile'* *'udf'* 7524 *'undofile'* *'noundofile'* *'udf'* *'noudf'*
7525 'undofile' 'udf' boolean (default off) 7525 'undofile' 'udf' boolean (default off)
7526 local to buffer 7526 local to buffer
7527 {not in Vi} 7527 {not in Vi}
7528 {only when compiled with the |+persistent_undo| feature} 7528 {only when compiled with the |+persistent_undo| feature}
7529 When on, Vim automatically saves undo history to an undo file when 7529 When on, Vim automatically saves undo history to an undo file when