commit | 4e067c898ef1f4a34cd70ddf3de3a1e60ac23c84 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 30 17:21:58 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 30 17:21:58 2014 +0200 |
tree | 369d10f3185037c11dd64d8c20292376197fe8d4 | |
parent | b81c85d8f35850ee8f377a2672c506131549f53c [diff] [blame] |
updated for version 7.4.389 Problem: Still sometimes Vim enters Replace mode when starting up. Solution: Use a different solution in detecting the termresponse and location response. (Hayaki Saito)
diff --git a/src/version.c b/src/version.c index d80a08a..d5aaa90 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 389, +/**/ 388, /**/ 387,