commit | 135682517bc378cfdb63fe3a6e3553935f69f6ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 20:46:58 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 20:46:58 2018 +0100 |
tree | 5fa4aaca6a81a5f0b88c1e1da730f74e24acde42 | |
parent | 43cb6262141c0a0853680bd8d0433e04db3bf182 [diff] [blame] |
patch 8.0.1609: shell commands in the GUI use a dumb terminal Problem: Shell commands in the GUI use a dumb terminal. Solution: Add the "!" flag to 'guioptions' to execute system commands in a special terminal window. Only for Unix now.
diff --git a/src/version.c b/src/version.c index 7e12ce7..5f4e2c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1609, +/**/ 1608, /**/ 1607,