diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-01 15:32:17 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-01 15:32:17 +0100 |
commit | 4c05fa08c9739e307ddc88ac91ba6d208f1fd68e (patch) | |
tree | 20372efd4201512b7d8035734795b2e351e29833 /runtime/pack | |
parent | 6d5b4f566a2a50c1de7300336e9e4f5e761500a8 (diff) | |
download | vim-git-4c05fa08c9739e307ddc88ac91ba6d208f1fd68e.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/pack')
-rw-r--r-- | runtime/pack/dist/opt/matchit/doc/matchit.txt | 5 | ||||
-rw-r--r-- | runtime/pack/dist/opt/matchit/plugin/matchit.vim | 5 |
2 files changed, 3 insertions, 7 deletions
diff --git a/runtime/pack/dist/opt/matchit/doc/matchit.txt b/runtime/pack/dist/opt/matchit/doc/matchit.txt index ea6fd1184..2c6f7d724 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: 2017 May 14 +For Vim version 6.3. Last change: 2018 Dec 31 VIM REFERENCE MANUAL by Benji Fisher @@ -19,9 +19,6 @@ For Vim version 6.3. Last change: 2017 May 14 The functionality mentioned here is a plugin, see |add-plugin|. This plugin is only available if 'compatible' is not set. -You can avoid loading this plugin by setting the "loaded_matchit" variable -in your |vimrc| file: > - :let loaded_matchit = 1 {Vi does not have any of this} diff --git a/runtime/pack/dist/opt/matchit/plugin/matchit.vim b/runtime/pack/dist/opt/matchit/plugin/matchit.vim index 6f3c0f894..504ab12e1 100644 --- a/runtime/pack/dist/opt/matchit/plugin/matchit.vim +++ b/runtime/pack/dist/opt/matchit/plugin/matchit.vim @@ -1,5 +1,5 @@ " matchit.vim: (global plugin) Extended "%" matching -" Last Change: 2018 Jul 3 by Christian Brabandt +" Last Change: 2018 Dec 31 " Maintainer: Benji Fisher PhD <benji@member.AMS.org> " Version: 1.13.3, for Vim 6.3+ " Fix from Fernando Torres included. @@ -37,8 +37,7 @@ " TODO: Add a level of indirection, so that custom % scripts can use my " work but extend it. -" allow user to prevent loading -" and prevent duplicate loading +" Allow user to prevent loading and prevent duplicate loading. if exists("loaded_matchit") || &cp finish endif |