aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-29 00:53:29 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-29 01:01:51 +0200
commit60e68f309675c353b0453d6a1caa21c95caf97c2 (patch)
treef7fe4dbc2154cb5617eee7495e64adedf2064035 /runtime/doc/options.txt
parent460d5971f6511fb3379029bbd77a732ba9b06df0 (diff)
downloadrneovim-60e68f309675c353b0453d6a1caa21c95caf97c2.tar.gz
rneovim-60e68f309675c353b0453d6a1caa21c95caf97c2.tar.bz2
rneovim-60e68f309675c353b0453d6a1caa21c95caf97c2.zip
vim-patch:dc08328821a2
Updated runtime files. https://github.com/vim/vim/commit/dc08328821a2c11e33dfb1980332e4923ec64fca NA patches: vim-patch:8.0.0028 vim-patch:8.0.0029 vim-patch:8.0.0030
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index b0b47cc243..bbfd6d32d3 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -3431,6 +3431,8 @@ A jump table for the options with a short description can be found at |Q_op|.
original position when no match is found and when pressing <Esc>. You
still need to finish the search command with <Enter> to move the
cursor to the match.
+ You can use the CTRL-G and CTRL-T keys to move to the next and
+ previous match. |c_CTRL-G| |c_CTRL-T|
Vim only searches for about half a second. With a complicated
pattern and/or a lot of text the match may not be found. This is to
avoid that Vim hangs while you are typing the pattern.