From 66ae3d199fdcd732eb79266e913e4e6d2e82ee76 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 19 Feb 2019 21:40:28 +0100 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 6fe4c9e35d..089c1345ee 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, /**/ -- cgit v1.2.3