]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0018 v8.0.0018
authorBram Moolenaar <Bram@vim.org>
Thu, 29 Sep 2016 13:18:57 +0000 (15:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 29 Sep 2016 13:18:57 +0000 (15:18 +0200)
commitb9c31e71f5a4653a27e81c21226039bfa35b9131
tree13ab81b2945c99ef6b8f256dac36c0ea4427e394
parent177778575148e265c0e32ec2abf2d2c615f5ead5
patch 8.0.0018
Problem:    When using ":sleep" channel input is not handled.
Solution:   When there is a channel check for input also when not in raw mode.
            Check every 100 msec.
12 files changed:
src/channel.c
src/ex_docmd.c
src/os_amiga.c
src/os_unix.c
src/os_win32.c
src/proto/channel.pro
src/proto/os_amiga.pro
src/proto/os_unix.pro
src/proto/os_win32.pro
src/proto/ui.pro
src/ui.c
src/version.c