]> granicus.if.org Git - vim/commit
patch 8.1.1492: MS-Windows: when "!" is in 'guioptions' ":!start" fails v8.1.1492
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Jun 2019 10:05:22 +0000 (12:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Jun 2019 10:05:22 +0000 (12:05 +0200)
commit7c348bb5ad106cfa35dd45560c5ac5d3c8496c96
tree3e785e6ea8495522d39fa893a819f341029721e8
parent606407384144df73a6154aca1d77e071fe1b7651
patch 8.1.1492: MS-Windows: when "!" is in 'guioptions' ":!start" fails

Problem:    MS-Windows: when "!" is in 'guioptions' ":!start" fails.
Solution:   Do not use a terminal window when the shell command begins with
            "!start". (Yasuhiro Matsumoto, closes #4504)
src/misc2.c
src/os_win32.c
src/version.c