commit | 5d8afebb5bf7fb1e8ce06062451dc6a1f9a53ac0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 19:55:16 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 19:55:16 2015 +0100 |
tree | 18c1c558bcae47c09b1e13dde657689c13bd57eb | |
parent | 9b1067e038d371bd6c51e5da025383761f4921b4 [diff] [blame] |
patch 7.4.928 Problem: A clientserver message interrupts handling keys of a mapping. Solution: Have mch_inchar() send control back to WaitForChar when it is interrupted by server message. (James Kolb)
diff --git a/src/version.c b/src/version.c index feda1de..77a2564 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 928, +/**/ 927, /**/ 926,