commit | f05fa378229004fb64493b411b864709ce7da453 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 18 19:29:34 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 18 19:29:34 2018 +0100 |
tree | 2eccbf5ccf68ca3afcb159c712267cfb1ead00dd | |
parent | 52acb110ac025b57dad5f5ec6004abbe4726a718 [diff] [blame] |
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 "!".
diff --git a/src/version.c b/src/version.c index 6beb36e..58c4e89 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1616, +/**/ 1615, /**/ 1614,