]> granicus.if.org Git - vim/commit
patch 8.0.0045 v8.0.0045
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Oct 2016 14:27:23 +0000 (16:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Oct 2016 14:27:23 +0000 (16:27 +0200)
commitbb09ceb95477ecc271854b3fdd8d2776eca66adf
treed79b1e387fc36710d17ad3ce6c423a06aa518fa1
parent025e3e0bafbc85cc4e365145af711edf99d0a90d
patch 8.0.0045
Problem:    Calling job_stop() right after job_start() does not work.
Solution:   Block signals while fork is still busy. (Ozaki Kiichi, closes
            #1155)
src/auto/configure
src/config.h.in
src/configure.in
src/os_unix.c
src/testdir/test_channel.vim
src/version.c