commit | bcc1dcc981dfc092587d4fbd1327d82a03426c57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 22:02:40 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 22:02:40 2016 +0200 |
tree | 354c7b0aa4338f503ce482cb82cd83c898b76233 | |
parent | 446a973ce3ce4988607292c0e6345db788f12c7b [diff] [blame] |
patch 7.4.2195 Problem: MS-Windows: The vimrun program does not support Unicode. Solution: Use GetCommandLineW(). Cleanup old #ifdefs. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 9538765..4dbba94 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2195, +/**/ 2194, /**/ 2193,