]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0845: shell command with just space gives strange error v9.0.0845
authorshane.xb.qian <shane.qian@foxmail.com>
Tue, 8 Nov 2022 21:40:04 +0000 (21:40 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Nov 2022 21:40:04 +0000 (21:40 +0000)
commit4e7590ec00483077daaa567aa2220bc8df912f3c
treeca8cdc2aeadc98d7cda02e1684e0e6cc8dd57937
parent7b224fdf4a29f115567d4fc8629c1cef92d8444a
patch 9.0.0845: shell command with just space gives strange error

Problem:    Shell command with just space gives strange error.
Solution:   Skip white space at start of the argument. (Christian Brabandt,
            Shane-XB-Qian, closes #11515, closes #11495)
src/ex_cmds.c
src/testdir/test_cmdline.vim
src/version.c