summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-19 21:40:28 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-19 21:40:28 +0100
commit66ae3d199fdcd732eb79266e913e4e6d2e82ee76 (patch)
tree05e540eadec2492313cbc096f306389bae2c95ee /src
parent0d8562a9992e94d532485c37268ca33c0c49ecc2 (diff)
patch 8.1.0955: matchit autoload directory not in installerv8.1.0955
Problem: Matchit autoload directory not in installer. (Chris Morgan) Solution: Adjust the NSIS script. (Christian Brabandt, closes #4006)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 6fe4c9e35d..089c1345ee 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 955,
+/**/
954,
/**/
953,