commit | 524c853e5ef0392fcf28e449946e05e7e3046e67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 15:48:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 15:48:20 2022 +0100 |
tree | 912a0dc30ac31bc855dfb28305ff93c54895ca43 | |
parent | 439a2ba1749463718b6ce1e1375b68c7b7cff808 [diff] [blame] |
patch 9.0.0606: system() opens a terminal window when "!" is in 'guioptions' Problem: system() opens a terminal window when using the GUI and "!" is in 'guioptions'. Solution: Do not use a terminal window when the SHELL_SILENT flag is used. (closes #11202)
diff --git a/src/version.c b/src/version.c index c9dab4d..5a4cb9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 606, +/**/ 605, /**/ 604,