Multitasking in vim - is that exists?

2012-05-23 Thread t0d0r
I use vim a lot and now I'm starting to love using tabs (:tabnew, :tabfirst...),but I found that execution of the external command in one tab blocks the whole vim process. For example when I execute :make in one tab, I need to wait until this make finish. Will be very nice if someone provide me

Re: Multitasking in vim - is that exists?

2012-05-23 Thread Marc Weber
github.com/MarcWeber/vim-addon-async (see README) -- 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

Re: Multitasking in vim - is that exists?

2012-05-23 Thread Joan Miquel Torres Rigo
2012/5/23 t0d0r todor.drag...@gmail.com I use vim a lot and now I'm starting to love using tabs (:tabnew, :tabfirst...),but I found that execution of the external command in one tab blocks the whole vim process. This is my personal trick (from my ~/.vimrc): F12 - Attached Screen session: