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/repeat.txt | |
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/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |