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/pack | |
parent | 7fed5c18f8577b75404b80d8b9a9907b1bbd27e4 (diff) | |
download | vim-7db8f6f4f85e5d0526d23107b2a5e2334dc23354.zip |
Updated runtime files.
Diffstat (limited to 'runtime/pack')
-rw-r--r-- | runtime/pack/dist/opt/matchit/doc/matchit.txt | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/runtime/pack/dist/opt/matchit/doc/matchit.txt b/runtime/pack/dist/opt/matchit/doc/matchit.txt index 8a3a96e26..935370fd4 100644 --- a/runtime/pack/dist/opt/matchit/doc/matchit.txt +++ b/runtime/pack/dist/opt/matchit/doc/matchit.txt @@ -4,7 +4,7 @@ For instructions on installing this file, type :help matchit-install inside Vim. -For Vim version 6.3. Last change: 2007 Aug 29 +For Vim version 6.3. Last change: 2016 Mar 28 VIM REFERENCE MANUAL by Benji Fisher @@ -152,13 +152,10 @@ setting |b:match_skip|. ============================================================================== 2. Activation *matchit-activate* -You can use this script as a plugin, by copying it to your plugin directory. -See |add-global-plugin| for instructions. You can also add a line to your -|vimrc| file, such as > - :source $VIMRUNTIME/macros/matchit.vim -or > - :runtime macros/matchit.vim -Either way, the script should start working the next time you start up Vim. +To use the matchit plugin add this line to your |vimrc|: > + packadd! matchit + +The script should start working the next time you start Vim. (Earlier versions of the script did nothing unless a |buffer-variable| named |b:match_words| was defined. Even earlier versions contained autocommands |