We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a5874 commit 9700764Copy full SHA for 9700764
Filelist
@@ -664,6 +664,7 @@ RT_ALL = \
664
runtime/pack/dist/opt/matchit/plugin/matchit.vim \
665
runtime/pack/dist/opt/matchit/doc/matchit.txt \
666
runtime/pack/dist/opt/matchit/doc/tags \
667
+ runtime/pack/dist/opt/matchit/autoload/*.vim \
668
runtime/pack/dist/opt/shellmenu/plugin/shellmenu.vim \
669
runtime/pack/dist/opt/swapmouse/plugin/swapmouse.vim \
670
runtime/pack/dist/opt/termdebug/plugin/termdebug.vim \
src/version.c
@@ -783,6 +783,8 @@ static char *(features[]) =
783
784
static int included_patches[] =
785
{ /* Add new patch number below this line */
786
+/**/
787
+ 873,
788
/**/
789
872,
790
0 commit comments