diff src/version.c @ 9840:da7307987ed1 v7.4.2195

commit https://github.com/vim/vim/commit/bcc1dcc981dfc092587d4fbd1327d82a03426c57 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 10 22:02:40 2016 +0200 patch 7.4.2195 Problem: MS-Windows: The vimrun program does not support Unicode. Solution: Use GetCommandLineW(). Cleanup old #ifdefs. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Aug 2016 22:15:06 +0200
parents 66f1cf5dd385
children f8396c6e5709
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2195,
+/**/
     2194,
 /**/
     2193,