Linwei
Linwei
`` comes with vim 8.0.1078 and neovim doesn't have `` macro.
updated, you can try: ```VimL :%AsyncRun cat ``` now.
At least, it will take the selected text as stdin, but continue output to quickfix window. It is hard to change previous buffer text because the task is running in...
Some people just need a short status indicator, what about a new variable to represent last command ?
check out latest version, its name is `g:asyncrun_info`
Thanks I will look into it later.
Your patch is incorrect, "%" will be expanded automatically by vim in the command line when you press ENTER and before passing to your User Command. It will be expanded...
Thank @Konfekt , I took his idea and fixed this issue: see here. https://github.com/skywind3000/asyncrun.vim/issues/96
Thank @Konfekt , I took his idea and fixed this issue: see here. https://github.com/skywind3000/asyncrun.vim/issues/96
What vim did u use ? Mac OS 's default vim ? or installed from brew ? or compiled by your self ?