]> granicus.if.org Git - vim/commitdiff
patch 7.4.1653 v7.4.1653
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Mar 2016 17:35:01 +0000 (18:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Mar 2016 17:35:01 +0000 (18:35 +0100)
Problem:    Users who loaded matchit.vim manually have to change their
            startup. (Gary Johnson)
Solution:   Add a file in the old location that loads the package.

Filelist
runtime/macros/matchit.vim [new file with mode: 0644]
src/version.c

index 42b8a7a4684c92eea7056e25265f6ae9dbe95716..d95c8f414227b0b176c1fbee131a671581cc4fd4 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -494,6 +494,7 @@ RT_ALL =    \
                runtime/macros/less.vim \
                runtime/macros/life/click.me \
                runtime/macros/life/life.vim \
+               runtime/macros/matchit.vim \
                runtime/macros/maze/README.txt \
                runtime/macros/maze/[mM]akefile \
                runtime/macros/maze/main.aap \
diff --git a/runtime/macros/matchit.vim b/runtime/macros/matchit.vim
new file mode 100644 (file)
index 0000000..9cfe2e5
--- /dev/null
@@ -0,0 +1,3 @@
+" Load the matchit package.
+" For those users who were loading the matchit plugin from here.
+packadd matchit
index bd65162b35b16b118770a7c757b3a4580375f18c..1e8c41964ec80d85840169a65ba44dfc22e7a773 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1653,
 /**/
     1652,
 /**/