]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0444: diffpatch fails when the file name has a quote v8.0.0444
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Mar 2017 18:21:53 +0000 (19:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Mar 2017 18:21:53 +0000 (19:21 +0100)
commita95ab321200f0239991bf53756b17cd7b90745f9
tree6485aa8f07294fdda7cc42dff6fb948cbff23a0e
parent38a3d6c9601b637a28f399059263300e9f65eba4
patch 8.0.0444: diffpatch fails when the file name has a quote

Problem:    Diffpatch fails when the file name has a quote.
Solution:   Escape the name properly. (zetzei)
src/diff.c
src/testdir/test_diffmode.vim
src/version.c