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/usr_05.txt | |
parent | 7fed5c18f8577b75404b80d8b9a9907b1bbd27e4 (diff) | |
download | vim-git-7db8f6f4f85e5d0526d23107b2a5e2334dc23354.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/usr_05.txt')
-rw-r--r-- | runtime/doc/usr_05.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt index 126edc57d..ebac474b5 100644 --- a/runtime/doc/usr_05.txt +++ b/runtime/doc/usr_05.txt @@ -1,4 +1,4 @@ -*usr_05.txt* For Vim version 7.4. Last change: 2016 Mar 25 +*usr_05.txt* For Vim version 7.4. Last change: 2016 Mar 28 VIM USER MANUAL - by Bram Moolenaar @@ -363,10 +363,9 @@ Example for Unix (assuming you didn't have a plugin directory yet): > mkdir ~/.vim mkdir ~/.vim/plugin - cp /usr/local/share/vim/vim60/macros/justify.vim ~/.vim/plugin + cp /tmp/yourplugin.vim ~/.vim/plugin -That's all! Now you can use the commands defined in this plugin to justify -text. +That's all! Now you can use the commands defined in this plugin. Instead of putting plugins directly into the plugin/ directory, you may better organize them by putting them into subdirectories under plugin/. |