diff src/version.c @ 11555:8be4b88c47d7 v8.0.0660

patch 8.0.0660: silent install on MS-Windows shows dialog commit https://github.com/vim/vim/commit/a1fed064d1eca6ae2c526311ec5464175c6f19e2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 22 22:05:02 2017 +0200 patch 8.0.0660: silent install on MS-Windows shows dialog Problem: Silent install on MS-Windows does show a dialog. Solution: Add /SD to the default choice. (allburov, closes https://github.com/vim/vim/issues/1772)
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Jun 2017 22:15:05 +0200
parents cbceef33af7a
children 7e5e76d8d451
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    660,
+/**/
     659,
 /**/
     658,