diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-23 22:12:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-23 22:12:20 +0200 |
commit | b6e0ec6b71c45284d94f51728dbc33e5d3428ff4 (patch) | |
tree | f8705d9d37901839d23ca8c47ea71899e2d7c613 /runtime/doc/usr_03.txt | |
parent | 9cc5f75932b10f611d8b3f444d025053f9dbcab1 (diff) | |
download | vim-git-b6e0ec6b71c45284d94f51728dbc33e5d3428ff4.tar.gz |
Documentation updates.
Diffstat (limited to 'runtime/doc/usr_03.txt')
-rw-r--r-- | runtime/doc/usr_03.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_03.txt b/runtime/doc/usr_03.txt index fe0e4b040..bd219fade 100644 --- a/runtime/doc/usr_03.txt +++ b/runtime/doc/usr_03.txt @@ -1,4 +1,4 @@ -*usr_03.txt* For Vim version 8.0. Last change: 2016 Jan 05 +*usr_03.txt* For Vim version 8.0. Last change: 2017 Jul 21 VIM USER MANUAL - by Bram Moolenaar @@ -352,7 +352,7 @@ The "?" command works like "/" but searches backwards: > ?word The "N" command repeats the last search the opposite direction. Thus using -"N" after a "/" command search backwards, using "N" after "?" searches +"N" after a "/" command searches backwards, using "N" after "?" searches forward. @@ -512,7 +512,7 @@ only if it is at the beginning of a line. The $ character matches the end of a line. Therefore, "was$" matches the word was only if it is at the end of a line. -Let's mark the places where "the" matches in this example line with "x"s: +Let's mark the places where "/the" matches in this example line with "x"s: the solder holding one of the chips melted and the ~ xxx xxx xxx |