patch 7.4.1886 v7.4.1886
authorBram Moolenaar <Bram@vim.org>
Sat, 4 Jun 2016 11:32:35 +0000 (13:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Jun 2016 11:32:35 +0000 (13:32 +0200)
commitcda7764d8e65325d4524e5d6c3174121eeb12cad
tree5f4802c0e68f2a1bcfa57e6e56720b88230d327b
parent1aa07bdead2e93501c54591e31fe73b9b09c58b5
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().
src/getchar.c
src/os_unix.c
src/proto/getchar.pro
src/version.c