1
0
forked from aniani/vim

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)
This commit is contained in:
shane.xb.qian
2022-11-08 21:40:04 +00:00
committed by Bram Moolenaar
parent 7b224fdf4a
commit 4e7590ec00
3 changed files with 54 additions and 3 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
845,
/**/
844,
/**/