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/term.c b/src/term.c index 0d684e0..c48baf6 100644 --- a/src/term.c +++ b/src/term.c
@@ -1622,7 +1622,7 @@ {KS_TS, "ts"}, {KS_FS, "fs"}, {KS_CWP, "WP"}, {KS_CWS, "WS"}, {KS_CSI, "SI"}, {KS_CEI, "EI"}, - {KS_U7, "u7"}, + {KS_U7, "u7"}, {KS_RBG, "RB"}, {(enum SpecialKey)0, NULL} };