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:
committed by
Bram Moolenaar
parent
7b224fdf4a
commit
4e7590ec00
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
845,
|
||||
/**/
|
||||
844,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user