commit | e5401220b0def9ac380c7910e18f2e042ed5ddc5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 19:16:56 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 19:16:56 2015 +0200 |
tree | 8f71f08f0a542d7d4c4a4913b2d34385fa4771a8 | |
parent | 5081d202475328a920c0bdcab990e8da84128c13 [diff] [blame] |
patch 7.4.761 Problem: The request-background termcode implementation is incomplete. Solution: Add the missing pieces.
diff --git a/src/version.c b/src/version.c index 92cb4a7..bd6b117 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 761, +/**/ 760, /**/ 759,