]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0050 v8.0.0050
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Oct 2016 18:00:07 +0000 (20:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Oct 2016 18:00:07 +0000 (20:00 +0200)
commit01688ad545ff0809ddad5c8fa6b149dc5d67312b
treef588850e3798caf6ddef56772a58903d8b3ab4eb
parent2f97912800e86a296c001832bbbf2fc425f1e533
patch 8.0.0050
Problem:    An exiting job is detected with a large latency.
Solution:   Check for pending job more often. (Ozaki Kiichi)  Change the
            double loop in mch_inchar() into one.
src/channel.c
src/os_unix.c
src/testdir/shared.vim
src/testdir/test_channel.vim
src/version.c