The following script maps <Leader>p to open the quickfix window and starts a 
relatively long job. If you'll try to press <Leader>p after sourcing the script 
(while the job is running -before you get the 'Done!' message) Vim will perform 
'p' instead of opening the qf window.

map <Leader>p :copen<CR>

func! Out_cb(channel, msg)
endfunc

func! Close_cb(channel)
    echo 'Done!'
endfunc

call job_start('ls -R /', {'out_cb': 'Out_cb', 'close_cb': 'Close_cb'})

Thanks,
Ramel

-- 
-- 
You received this message from the "vim_dev" 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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui