On Sep 5, 12:40 pm, Jacky Liu <[email protected]> wrote:
> Hi everyone
>
> I need multi-threading in Vim because I need some work being done
> under the desk without turning Vim into a "zombie"

What sort of work? Perhaps it's something you could use the client
server interface for, to start an external background process and then
send the results back into Vim when complete, like this:

http://vim.wikia.com/wiki/Execute_external_programs_asynchronously_under_Windows
(the tip is for Windows but the techniques should work with minor
modifications on Unix).

The background process could probably even be another Vim if needed,
but that just seems a bit strange.

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