]> granicus.if.org Git - vim/commitdiff
patch 8.1.0873: list if distributed files does not include matchit autoload v8.1.0873
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Feb 2019 22:45:30 +0000 (23:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Feb 2019 22:45:30 +0000 (23:45 +0100)
Problem:    List if distributed files does not include the matchit autoload
            directory.
Solution:   Add the directory.

Filelist
src/version.c

index 70372b3b2b52cb8b11cec07e8703982742d8a14b..cd9cbf311a73811fe412811891f4f79cedcd1400 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -664,6 +664,7 @@ RT_ALL =    \
                runtime/pack/dist/opt/matchit/plugin/matchit.vim \
                runtime/pack/dist/opt/matchit/doc/matchit.txt \
                runtime/pack/dist/opt/matchit/doc/tags \
+               runtime/pack/dist/opt/matchit/autoload/*.vim \
                runtime/pack/dist/opt/shellmenu/plugin/shellmenu.vim \
                runtime/pack/dist/opt/swapmouse/plugin/swapmouse.vim \
                runtime/pack/dist/opt/termdebug/plugin/termdebug.vim \
index 71fd1c1eea9137124c63ae1dd04f8ef76866e4b0..888bc256f8c8f3554d283ff74660a86c6e79dae3 100644 (file)
@@ -783,6 +783,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    873,
 /**/
     872,
 /**/