Re: Perl and job support

2019-02-11 Thread Bram Moolenaar
David Fishburn wrote: > Vim 8.1.699 > > One of my plugins uses Vims dynamic perl modules to load my scripts and run > them inside of Vim. > > This has many advantages for flexibility and speed. > > One of the disadvantage of this is it is synchronous. Just wondering if it > is possible to

Perl and job support

2019-02-11 Thread David Fishburn
Vim 8.1.699 One of my plugins uses Vims dynamic perl modules to load my scripts and run them inside of Vim. This has many advantages for flexibility and speed. One of the disadvantage of this is it is synchronous. Just wondering if it is possible to tie this into Vims job support and make it