Hi, I am following the asynchronous tutorial on vim wikia and I have done this func:
function! SendAsyncCmd(funcname) exec 'silent !start /min cmd /c "gvim -c "call '.a:funcname.'()" -c q"' endfunction >From my current gvim instance, I would like to run some function in background but this command make gvim appears while I aim to call funcname silently through silent gvim new instance. Can you help me ? Thank you -- 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
