commit | 63e4344edc0cc1b4ed68a9d9c787265799602670 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 17:28:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 17:28:44 2016 +0100 |
tree | b78f83ab546b39e6be8085d9c0012134bdbf8a6f | |
parent | dda39aeafc94484e7d209d7bdfd2fc403b7383f5 [diff] [blame] |
patch 8.0.0094 Problem: When vimrun.exe is not found the error message is not properly encoded. Solution: Use utf-16 and MessageBoxW(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index 65f1293..1224142 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 94, +/**/ 93, /**/ 92,