diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-29 23:12:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-29 23:12:46 +0200 |
commit | 7db8f6f4f85e5d0526d23107b2a5e2334dc23354 (patch) | |
tree | 13adf1686ec5472781d3f858c9f7c64f3b1a8d1d /runtime/doc/repeat.txt | |
parent | 7fed5c18f8577b75404b80d8b9a9907b1bbd27e4 (diff) | |
download | vim-7db8f6f4f85e5d0526d23107b2a5e2334dc23354.zip |
Updated runtime files.
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index df94a7412..e2c4c2f5f 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -1,4 +1,4 @@ -*repeat.txt* For Vim version 7.4. Last change: 2016 Mar 26 +*repeat.txt* For Vim version 7.4. Last change: 2016 Mar 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -260,7 +260,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. Packages will be loaded only once. After this command it won't happen again. When the optional ! is added this command will load packages even when done before. - An Error only causes sourcing the script where it + An error only causes sourcing the script where it happens to be aborted, further plugins will be loaded. See |packages|. |