comparison runtime/doc/options.txt @ 10261:bdd7fc1a38c0

commit https://github.com/vim/vim/commit/dc08328821a2c11e33dfb1980332e4923ec64fca Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 11 08:57:33 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Wed, 12 Oct 2016 12:15:04 +0200
parents 876fbdd84e52
children 57b2b8268d3a
comparison
equal deleted inserted replaced
10260:2fff06882079 10261:bdd7fc1a38c0
4325 often, this is only useful on fast terminals. 4325 often, this is only useful on fast terminals.
4326 Note that the match will be shown, but the cursor will return to its 4326 Note that the match will be shown, but the cursor will return to its
4327 original position when no match is found and when pressing <Esc>. You 4327 original position when no match is found and when pressing <Esc>. You
4328 still need to finish the search command with <Enter> to move the 4328 still need to finish the search command with <Enter> to move the
4329 cursor to the match. 4329 cursor to the match.
4330 You can use the CTRL-N and CTRL-P keys to move to the next and 4330 You can use the CTRL-G and CTRL-T keys to move to the next and
4331 previous match. |c_CTRL-N| |c_CTRL-P| 4331 previous match. |c_CTRL-G| |c_CTRL-T|
4332 When compiled with the |+reltime| feature Vim only searches for about 4332 When compiled with the |+reltime| feature Vim only searches for about
4333 half a second. With a complicated pattern and/or a lot of text the 4333 half a second. With a complicated pattern and/or a lot of text the
4334 match may not be found. This is to avoid that Vim hangs while you 4334 match may not be found. This is to avoid that Vim hangs while you
4335 are typing the pattern. 4335 are typing the pattern.
4336 The highlighting can be set with the 'i' flag in 'highlight'. 4336 The highlighting can be set with the 'i' flag in 'highlight'.