Re: vim.exe locks-up in Test_range()

2020-01-28 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > I also faced the same issue. > > 2020/1/28 Tue 19:18:26 UTC+9 Bram Moolenaar wrote: > > > > > > Michael Soyka wrote: > > > > > Builtin function feedinput is called in Test_range, file > > > testdir/test_functions.vim. This function works only with +unix or GUI > > is >

Re: vim.exe locks-up in Test_range()

2020-01-28 Fir de Conversatie Michael Soyka
On Tuesday, January 28, 2020 at 7:17:27 AM UTC-5, Ken Takata wrote: > > Hi, > > I also faced the same issue. > > 2020/1/28 Tue 19:18:26 UTC+9 Bram Moolenaar wrote: >> >> >> Michael Soyka wrote: >> >> > Builtin function feedinput is called in Test_range, file >> > testdir/test_functions.vim. Th

Re: vim.exe locks-up in Test_range()

2020-01-28 Fir de Conversatie Ken Takata
Hi, I also faced the same issue. 2020/1/28 Tue 19:18:26 UTC+9 Bram Moolenaar wrote: > > > Michael Soyka wrote: > > > Builtin function feedinput is called in Test_range, file > > testdir/test_functions.vim. This function works only with +unix or GUI > is > > running. Calling this function wi

Re: vim.exe locks-up in Test_range()

2020-01-28 Fir de Conversatie Bram Moolenaar
Michael Soyka wrote: > Builtin function feedinput is called in Test_range, file > testdir/test_functions.vim. This function works only with +unix or GUI is > running. Calling this function will cause vim.exe (without GUI) to lockup > (Windows 10). > > I've not used "CheckUnix" and "Check

vim.exe locks-up in Test_range()

2020-01-27 Fir de Conversatie Michael Soyka
Bram, et al, Builtin function feedinput is called in Test_range, file testdir/test_functions.vim. This function works only with +unix or GUI is running. Calling this function will cause vim.exe (without GUI) to lockup (Windows 10). I've not used "CheckUnix" and "CheckGui" in the attached p