From: Bram Moolenaar Date: Tue, 19 Feb 2019 20:40:28 +0000 (+0100) Subject: patch 8.1.0955: matchit autoload directory not in installer X-Git-Tag: v8.1.0955 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66ae3d199fdcd732eb79266e913e4e6d2e82ee76;p=vim patch 8.1.0955: matchit autoload directory not in installer Problem: Matchit autoload directory not in installer. (Chris Morgan) Solution: Adjust the NSIS script. (Christian Brabandt, closes #4006) --- diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index 17e3e7238..9f9fb4ed5 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -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\*.* diff --git a/src/version.c b/src/version.c index 6fe4c9e35..089c1345e 100644 --- a/src/version.c +++ b/src/version.c @@ -779,6 +779,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 955, /**/ 954, /**/