On 10:05 Wed 11 Jan     , Marc Weber wrote:
> Hi Marcin Szamotulski,
> a) vim-addon-async (receives callback datab but delays action until user
>   is not disturbed (insert mode, command line window))
> b) vim-addon-background-cmd (implements what you describe, however goal
>   is always "show error list")
> c) don't call back into vim, make vim poll using on idle event. You may
>   have delays..
> 
> Yes - vim has a weakness here.
> 
> Marc Weber
> 
> -- 
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

Thanks. My call back function is just setting some variables, issues :cgetfile
command (at most), is it possible to do that without delays?

Best,
Marcin

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to