commit | 6885694e82424e5edc88505450ec6eddbe7258eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 09 15:37:06 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 09 15:37:06 2014 +0200 |
tree | 9025530ae711a59f56653daeef04cfefe6087a18 | |
parent | 4697ae00a77ca443354b9ff3ee943b357aa5b899 [diff] [blame] |
updated for version 7.4.470 Problem: Test 11 and 100 do not work properly on Windows. Solution: Avoid using feedkeys(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index 8d1e4a0..fca5cb6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 470, +/**/ 469, /**/ 468,