1
0
forked from aniani/vim

patch 8.0.1616: Win32: shell commands in the GUI open a new console

Problem:    Win32: shell commands in the GUI open a new console.
Solution:   Use a terminal window for interactive use when 'guioptions'
            contains "!".
This commit is contained in:
Bram Moolenaar
2018-03-18 19:29:34 +01:00
parent 52acb110ac
commit f05fa37822
2 changed files with 79 additions and 1 deletions

View File

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