diff src/version.c @ 13545:88c8fc800bcc v8.0.1646

patch 8.0.1646: MS-Windows: executable contains unreferenced functions commit https://github.com/vim/vim/commit/4368d5ce8a2fa16826d76eeb32347bbbb4fad2bc Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 26 20:55:10 2018 +0200 patch 8.0.1646: MS-Windows: executable contains unreferenced functions Problem: MS-Windows: executable contains unreferenced functions and data. Solution: Add /opt:ref to the compiler command. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 26 Mar 2018 21:00:10 +0200
parents 98d832e4e394
children 87a9c1be0ae3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1646,
+/**/
     1645,
 /**/
     1644,