aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-29 02:59:32 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-07-29 20:50:07 +0200
commitef1f1907cc4f9c74fc415d7411aacf8c61a4a38f (patch)
treea64c7538e93005d367e625dd2a6d827926d2fa87 /runtime/plugin
parent4cab90ad8c2f82dbdea71cf240384c5c3ae92d4d (diff)
downloadrneovim-ef1f1907cc4f9c74fc415d7411aacf8c61a4a38f.tar.gz
rneovim-ef1f1907cc4f9c74fc415d7411aacf8c61a4a38f.tar.bz2
rneovim-ef1f1907cc4f9c74fc415d7411aacf8c61a4a38f.zip
vim-patch:4c05fa08c973
Update runtime files https://github.com/vim/vim/commit/4c05fa08c9739e307ddc88ac91ba6d208f1fd68e
Diffstat (limited to 'runtime/plugin')
-rw-r--r--runtime/plugin/matchit.vim5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/plugin/matchit.vim b/runtime/plugin/matchit.vim
index c160522f90..f4233730b3 100644
--- a/runtime/plugin/matchit.vim
+++ b/runtime/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 Tommy Allen included.
@@ -38,8 +38,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