commit | f50eb7882e89a6ec1670a0377224f174c7899338 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 13:36:54 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 13:36:54 2014 +0100 |
tree | 2b8b4d3f4ca040cefd3798b7d2810d5388a7ffea | |
parent | 09edc46d01ee0804e29594738c5b86a8a2c06ca0 [diff] [blame] |
updated for version 7.4.163 Problem: MS-Windows input doesn't work properly on Windows 7 and earlier. Solution: Add a check for Windows 8. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 123f601..a6acd9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 163, +/**/ 162, /**/ 161,