Ken Takata wrote:
> 2019/6/8 Sat 19:05:45 UTC+9 Bram Moolenaar wrote:
> > Patch 8.1.1492
> > Problem:MS-Windows: when "!" is in 'guioptions' ":!start" fails.
> > Solution: Do not use a terminal window when the shell command begins with
&g
Hi,
2019/6/8 Sat 19:05:45 UTC+9 Bram Moolenaar wrote:
> Patch 8.1.1492
> Problem:MS-Windows: when "!" is in 'guioptions' ":!start" fails.
> Solution: Do not use a terminal window when the shell command begins with
> "!sta
Patch 8.1.1492
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)
Files: src/misc2.c, src/os_win32.