asyncrun.vim icon indicating copy to clipboard operation
asyncrun.vim copied to clipboard

How to define a :Make alias for AsyncRun make equivalent command

Open flux242 opened this issue 8 years ago • 3 comments

The closest I could get is this: command! -bang -nargs=* -complete=file Make call asyncrun#run('<bang>', '', 'make <q-args>') | cwindow 10'

It would work if I'd specify an additional arguments like - :Make V=99, but it wouldn't without

Please add an example to the readme if it's possible

flux242 avatar Nov 25 '17 17:11 flux242

f-args helped. Update the readme anyway. I didn't enjoy digging that mammoth shit vim scripting syntax

flux242 avatar Nov 25 '17 17:11 flux242

See also https://github.com/skywind3000/asyncrun.vim/issues/96

Konfekt avatar Apr 13 '18 12:04 Konfekt

Thank @Konfekt , I took his idea and fixed this issue:

see here.

https://github.com/skywind3000/asyncrun.vim/issues/96

skywind3000 avatar Apr 16 '18 09:04 skywind3000