diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-02 10:19:25 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-02 10:23:35 -0400 |
| commit | 6a8436065ca7282569fd4d96b1c02a8ba8eaacf1 (patch) | |
| tree | 57c7c58d216376a56fa65e217a80177624a5619f /runtime/doc | |
| parent | 2081504a331f2ca97922056f6b42b8d0e6c2e306 (diff) | |
| download | rneovim-6a8436065ca7282569fd4d96b1c02a8ba8eaacf1.tar.gz rneovim-6a8436065ca7282569fd4d96b1c02a8ba8eaacf1.tar.bz2 rneovim-6a8436065ca7282569fd4d96b1c02a8ba8eaacf1.zip | |
vim-patch:9faec4e3d439
Update runtime files.
https://github.com/vim/vim/commit/9faec4e3d439968e21ad74e917aebb289df8f849
Omit vim9.
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/pattern.txt | 2 | ||||
| -rw-r--r-- | runtime/doc/repeat.txt | 2 | ||||
| -rw-r--r-- | runtime/doc/usr_04.txt | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index 8666a2310c..e74f3b72bf 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -219,7 +219,7 @@ This is like executing two search commands after each other, except that: *last-pattern* The last used pattern and offset are remembered. They can be used to repeat the search, possibly in another direction or with another count. Note that -two patterns are remembered: One for 'normal' search commands and one for the +two patterns are remembered: One for "normal" search commands and one for the substitute command ":s". Each time an empty pattern is given, the previously used pattern is used. However, if there is no previous search command, a previous substitute pattern is used, if possible. diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index f310dba1d7..1c9bc2146e 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -823,7 +823,7 @@ DEFINING BREAKPOINTS valid in the script where it has been defined and if that script is called from several other scripts, this will stop whenever that particular variable will become visible or - unaccessible again. + inaccessible again. The [lnum] is the line number of the breakpoint. Vim will stop at or after this line. When omitted line 1 is used. diff --git a/runtime/doc/usr_04.txt b/runtime/doc/usr_04.txt index f59597eb42..b2dd617542 100644 --- a/runtime/doc/usr_04.txt +++ b/runtime/doc/usr_04.txt @@ -463,9 +463,9 @@ of characters to replace. It will not continue on the next line. You can switch between Insert mode and Replace mode with the <Insert> key. -When you use <BS> (backspace) to make correction, you will notice that the -old text is put back. Thus it works like an undo command for the last typed -character. +When you use <BS> (backspace) to make a correction, you will notice that the +old text is put back. Thus it works like an undo command for the previously +typed character. ============================================================================== *04.10* Conclusion |