]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0442: patch shell command not well escaped v8.0.0442
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Mar 2017 18:21:30 +0000 (19:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Mar 2017 18:21:30 +0000 (19:21 +0100)
commit1ef73e33c9414eb02c229d8234aafd9d481a8856
treeea8c934b8f2e1d109ab7bce70074bf0bde5dda09
parentad2cfb54b78523435b31de7234081ff70a53e736
patch 8.0.0442: patch shell command not well escaped

Problem:    Patch shell command uses double quotes around the argument, which
            allows for $HOME to be expanded. (Etienne)
Solution:   Use single quotes on Unix. (closes #1543)
src/diff.c
src/testdir/test_diffmode.vim
src/version.c