diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-06-12 23:01:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-06-12 23:01:46 +0200 |
commit | c95a302a4c42ec8230473cd4a5e0064d0a143aa8 (patch) | |
tree | ec8985d4cea1e9ace755daa0018a3cf62c62994d /runtime/doc/repeat.txt | |
parent | 2d35899721da0e9359a9fe1059554f8c4ea7f0c1 (diff) | |
download | vim-git-c95a302a4c42ec8230473cd4a5e0064d0a143aa8.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 791e7a54a..9124f79c6 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 May 24 +*repeat.txt* For Vim version 7.4. Last change: 2016 Jun 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -541,7 +541,7 @@ whether Vim supports a feature or a dependency is missing. You can also load an optional plugin at startup, by putting this command in your |.vimrc|: > :packadd! foodebug -The extra "!" is so that the plugin isn't loaded with Vim was started with +The extra "!" is so that the plugin isn't loaded if Vim was started with |--noplugin|. It is perfectly normal for a package to only have files in the "opt" @@ -620,7 +620,7 @@ the command after changing the plugin help: > Dependencies between plugins ~ *packload-two-steps* -Suppose you have a two plugins that depend on the same functionality. You can +Suppose you have two plugins that depend on the same functionality. You can put the common functionality in an autoload directory, so that it will be found automatically. Your package would have these files: |