]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0464: MS-Windows: job_info() has cmd without backslashes v8.1.0464
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2018 19:36:11 +0000 (21:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2018 19:36:11 +0000 (21:36 +0200)
commit1df2fa47b49dae568af6048b1dce1edbf4eee7e7
tree4f50ded46c1f891715df3b43c30a2c7bc7693daf
parent798184cc67036285a24b38c0bf6668d4d1525548
patch 8.1.0464: MS-Windows: job_info() has cmd without backslashes

Problem:    MS-Windows: job_info() has cmd without backslashes. (Daniel
            Hahler)
Solution:   Use rem_backslash(). (closes #3517, closes #3404)
src/misc2.c
src/testdir/test_channel.vim
src/version.c