diff src/version.c @ 12483:493752ef9f75 v8.0.1121

patch 8.0.1121: can uncheck executables in MS-Windows installer commit https://github.com/vim/vim/commit/49150a41f86ff5c50de6d679168532682f49c672 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 17 21:00:03 2017 +0200 patch 8.0.1121: can uncheck executables in MS-Windows installer Problem: Can uncheck executables in MS-Windows installer. Solution: Make the choice read-only. (Ken Takata, closes https://github.com/vim/vim/issues/2106)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Sep 2017 21:15:03 +0200
parents bcd9b3e4a5c8
children ab40ecb0fd73
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1121,
+/**/
     1120,
 /**/
     1119,