Skip to content

Commit da64ab3

Browse files
committed
patch 7.4.1653
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.
1 parent 610cc1b commit da64ab3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ RT_ALL = \
494494
runtime/macros/less.vim \
495495
runtime/macros/life/click.me \
496496
runtime/macros/life/life.vim \
497+
runtime/macros/matchit.vim \
497498
runtime/macros/maze/README.txt \
498499
runtime/macros/maze/[mM]akefile \
499500
runtime/macros/maze/main.aap \

runtime/macros/matchit.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
" Load the matchit package.
2+
" For those users who were loading the matchit plugin from here.
3+
packadd matchit

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1653,
751753
/**/
752754
1652,
753755
/**/

0 commit comments

Comments
 (0)