summaryrefslogtreecommitdiffstats
path: root/runtime/doc/usr_05.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-29 23:12:46 +0200
committerBram Moolenaar <Bram@vim.org>2016-03-29 23:12:46 +0200
commit7db8f6f4f85e5d0526d23107b2a5e2334dc23354 (patch)
tree13adf1686ec5472781d3f858c9f7c64f3b1a8d1d /runtime/doc/usr_05.txt
parent7fed5c18f8577b75404b80d8b9a9907b1bbd27e4 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/usr_05.txt')
-rw-r--r--runtime/doc/usr_05.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt
index 126edc57d2..ebac474b56 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/.