]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0847: :argadd without argument can't handle space in file name v8.0.0847
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Aug 2017 12:29:14 +0000 (14:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Aug 2017 12:29:14 +0000 (14:29 +0200)
commit398ee7326b78b892a5c8380dfe3f2521a64b4fa7
tree8384cc670e56f2178474c5062b85d0c97b1cc87b
parent7c9aec4ac86ccc455c0859d9393253141e3f77b6
patch 8.0.0847: :argadd without argument can't handle space in file name

Problem:    :argadd without argument can't handle space in file name. (Harm te
            Hennepe)
Solution:   Escape the space. (Yasuhiro Matsumoto, closes #1917)
src/ex_cmds2.c
src/proto/ex_cmds2.pro
src/testdir/test_arglist.vim
src/version.c