]> granicus.if.org Git - vim/commitdiff
patch 8.1.0955: matchit autoload directory not in installer v8.1.0955
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Feb 2019 20:40:28 +0000 (21:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Feb 2019 20:40:28 +0000 (21:40 +0100)
Problem:    Matchit autoload directory not in installer. (Chris Morgan)
Solution:   Adjust the NSIS script. (Christian Brabandt, closes #4006)

nsis/gvim.nsi
src/version.c

index 17e3e72383f490acf1801a372a88ab46d823a3c0..9f9fb4ed53113728983b39a2f959613aa8779814 100644 (file)
@@ -379,6 +379,8 @@ Section "$(str_section_exe)" id_section_exe
        File ${VIMRT}\pack\dist\opt\matchit\doc\*.*
        SetOutPath $0\pack\dist\opt\matchit\plugin
        File ${VIMRT}\pack\dist\opt\matchit\plugin\*.*
+       SetOutPath $0\pack\dist\opt\matchit\autoload
+       File ${VIMRT}\pack\dist\opt\matchit\autoload\*.*
 
        SetOutPath $0\pack\dist\opt\shellmenu\plugin
        File ${VIMRT}\pack\dist\opt\shellmenu\plugin\*.*
index 6fe4c9e35df0fdcdac4d1333407d4fb420ac15b3..089c1345eeadb776f4c3771ac4b8fd4055784b80 100644 (file)
@@ -779,6 +779,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    955,
 /**/
     954,
 /**/