summaryrefslogtreecommitdiffstats
path: root/runtime/doc/usr_05.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-26 23:01:59 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-26 23:01:59 +0100
commit4f3f668c8486444e53163c29d2fc79bf47eb3c82 (patch)
tree08713fc52cdeb5172be5eed09be1bd9910d81700 /runtime/doc/usr_05.txt
parentc4dcd60c76666bf113719f929709ad6120eb6528 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/usr_05.txt')
-rw-r--r--runtime/doc/usr_05.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt
index b36f91f50b..126edc57d2 100644
--- a/runtime/doc/usr_05.txt
+++ b/runtime/doc/usr_05.txt
@@ -275,10 +275,9 @@ matching HTML tags, if/else/endif in Vim scripts, etc. Very useful, although
it's not backwards compatible (that's why it is not enabled by default).
To start using the matchit plugin, add one line to your vimrc file: >
- packadd matchit
+ packadd! matchit
-That's all! You can also type the command to try it out. Now you can find
-help about this plugin: >
+That's all! After restarting Vim you can find help about this plugin: >
:help matchit
This works, because when `:packadd` loaded the plugin it also added the