]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1418 v7.4.1418
authorBram Moolenaar <Bram@vim.org>
Thu, 25 Feb 2016 19:56:01 +0000 (20:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Feb 2016 19:56:01 +0000 (20:56 +0100)
commit923d926d57d985ec8965da9d0cd3634e6b24bfe1
tree496d29c88df1994bf6aa50b51027830a922d424c
parent265f64efcf8df61cfbc93bbe103018dcfc5836e4
patch 7.4.1418
Problem:    job_stop() on MS-Windows does not really stop the job.
Solution:   Make the default to stop the job forcefully. (Ken Takata)
            Make MS-Windows and Unix more similar.
runtime/doc/eval.txt
src/os_unix.c
src/os_win32.c
src/version.c