summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-01-04 22:14:28 +0100
committerChristian Brabandt <cb@256bit.org>2024-01-04 22:14:28 +0100
commit30994d686c9199edae887e7322ef046c91988566 (patch)
treeced38a64d3f528be658458125f960c242b350e1b /src
parentad4d7f446dc6754bde212234d46f4849b520b6e0 (diff)
patch 9.1.0008: NSIS installer includes syntax testdirv9.1.0008
Problem: NSIS installer includes syntax test dumps (Yegappan Lakshmanan) Solution: Exclude syntax/testdir when creating the NSIS installer fixes: vim/vim-win32-installer#328 closes: #13814 Signed-off-by: Christian Brabandt <cb@256bit.org>
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 d00e80276c..3839d9c359 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 8,
+/**/
7,
/**/
6,