1
0
forked from aniani/vim

patch 8.1.1369: get E484 when using system() during GUI startup

Problem:    Get E484 when using system() during GUI startup.
Solution:   Check "gui.starting". (Ken Takata)
This commit is contained in:
Bram Moolenaar
2019-05-23 20:12:46 +02:00
parent e09244ee35
commit 294d9bf966
2 changed files with 9 additions and 7 deletions

View File

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