diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-01 19:06:45 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-01 19:06:45 +0100 |
commit | eab6dff19f387469a200011bc6cf3508f5e43a4a (patch) | |
tree | ca478c342a695a07cfb7234324cecf2b714ec7b1 /runtime/doc/usr_03.txt | |
parent | f51cb4e08ef904d137c27fe7cddb4702d8dcb2a2 (diff) | |
download | vim-git-eab6dff19f387469a200011bc6cf3508f5e43a4a.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/usr_03.txt')
-rw-r--r-- | runtime/doc/usr_03.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/usr_03.txt b/runtime/doc/usr_03.txt index c0250887e..38b36dde1 100644 --- a/runtime/doc/usr_03.txt +++ b/runtime/doc/usr_03.txt @@ -1,4 +1,4 @@ -*usr_03.txt* For Vim version 8.2. Last change: 2019 Nov 21 +*usr_03.txt* For Vim version 8.2. Last change: 2020 Feb 29 VIM USER MANUAL - by Bram Moolenaar @@ -346,7 +346,8 @@ to find the first #include after the cursor: > And then type "n" several times. You will move to each #include in the text. You can also use a count if you know which match you want. Thus "3n" finds -the third match. Using a count with "/" doesn't work. +the third match. You can also use a count with "/": "4/the" goes to the +fourth match of "the". The "?" command works like "/" but searches backwards: > |