Re: Patch 8.1.1492

2019-06-08 Fir de Conversatie Bram Moolenaar
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

Re: Patch 8.1.1492

2019-06-08 Fir de Conversatie Ken Takata
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

2019-06-08 Fir de Conversatie Bram Moolenaar
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.