]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0606: system() opens a terminal window when "!" is in 'guioptions' v9.0.0606
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Sep 2022 14:48:20 +0000 (15:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Sep 2022 14:48:20 +0000 (15:48 +0100)
commit524c853e5ef0392fcf28e449946e05e7e3046e67
tree912a0dc30ac31bc855dfb28305ff93c54895ca43
parent439a2ba1749463718b6ce1e1375b68c7b7cff808
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)
src/os_unix.c
src/version.c