Skip to content

Commit 9700764

Browse files
committed
patch 8.1.0873: list if distributed files does not include matchit autoload
Problem: List if distributed files does not include the matchit autoload directory. Solution: Add the directory.
1 parent 34a5874 commit 9700764

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Filelist

+1
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ RT_ALL = \
664664
runtime/pack/dist/opt/matchit/plugin/matchit.vim \
665665
runtime/pack/dist/opt/matchit/doc/matchit.txt \
666666
runtime/pack/dist/opt/matchit/doc/tags \
667+
runtime/pack/dist/opt/matchit/autoload/*.vim \
667668
runtime/pack/dist/opt/shellmenu/plugin/shellmenu.vim \
668669
runtime/pack/dist/opt/swapmouse/plugin/swapmouse.vim \
669670
runtime/pack/dist/opt/termdebug/plugin/termdebug.vim \

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,8 @@ static char *(features[]) =
783783

784784
static int included_patches[] =
785785
{ /* Add new patch number below this line */
786+
/**/
787+
873,
786788
/**/
787789
872,
788790
/**/

0 commit comments

Comments
 (0)