From 4f3f668c8486444e53163c29d2fc79bf47eb3c82 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 26 Mar 2016 23:01:59 +0100 Subject: Updated runtime files. --- runtime/doc/usr_05.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'runtime/doc/usr_05.txt') 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 -- cgit v1.2.3