commit | 66ae3d199fdcd732eb79266e913e4e6d2e82ee76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 19 21:40:28 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 19 21:40:28 2019 +0100 |
tree | 05e540eadec2492313cbc096f306389bae2c95ee | |
parent | 0d8562a9992e94d532485c37268ca33c0c49ecc2 [diff] [blame] |
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/src/version.c b/src/version.c index 6fe4c9e..089c134 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 955, +/**/ 954, /**/ 953,