summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-08-24 18:08:00 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-24 18:08:00 +0100
commit44b9abb150afdca557d8ff5af112d654e0d19e84 (patch)
treeec7e71af14f6af21f7ce0acfdabc9b7381908e70 /src
parent7ea9fcb48dcdb07c9eb960ace3cc625fe7c685b2 (diff)
patch 9.0.0258: MS-Windows installer skips syntax/sharedv9.0.0258
Problem: MS-Windows installer skips syntax/shared. Solution: Use "File /r" in the installer script. (Ken Takata, closes #10972)
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 c46894d59d..474cbcb9ca 100644
--- a/src/version.c
+++ b/src/version.c
@@ -732,6 +732,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 258,
+/**/
257,
/**/
256,