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
>
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
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
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
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