commit | cda7764d8e65325d4524e5d6c3174121eeb12cad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 13:32:35 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 13:32:35 2016 +0200 |
tree | 5f4802c0e68f2a1bcfa57e6e56720b88230d327b | |
parent | 1aa07bdead2e93501c54591e31fe73b9b09c58b5 [diff] [blame] |
patch 7.4.1886 Problem: When waiting for a character is interrupted by receiving channel data and the first character of a mapping was typed, the mapping times out. (Ramel Eshed) Solution: When dealing with channel data don't return from mch_inchar().
diff --git a/src/version.c b/src/version.c index e2624cf..68adc88 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1886, +/**/ 1885, /**/ 1884,