]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1176: job_start() does not handle quote and backslash correctly v8.0.1176
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Oct 2017 23:07:41 +0000 (01:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Oct 2017 23:07:41 +0000 (01:07 +0200)
commitd78f03f86045184dfd191f00359baa61e2e79d1f
tree3652e1c4a1072058b0d51d480b4cdfa3e6d5abc0
parentc902609f69b5662484f78dbf509715940d4134e4
patch 8.0.1176: job_start() does not handle quote and backslash correctly

Problem:    Job_start() does not handle quote and backslash correctly.
Solution:   Remove quotes, recognize and remove backslashes.
src/os_unix.c
src/testdir/test_channel.vim
src/version.c