forked from aniani/vim
patch 8.2.3232: system() does not work without a second argument
Problem: system() does not work without a second argument.
Solution: Do not require a second argument. (Yegappan Lakshmanan,
closes #8651, closes #8650)
This commit is contained in:
committed by
Bram Moolenaar
parent
9088784972
commit
7e6a2a64f0
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3232,
|
||||
/**/
|
||||
3231,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user