- Notifications
You must be signed in to change notification settings - Fork116
Closed
Description
Calling make and grep are the most common use cases for AsyncRun. How about documenting the following commands
command!-bang -nargs=* -complete=file-bar AsyncMake AsyncRun<bang> -program=make -auto=make<args>command!-bang -nargs=+ -complete=file-bar AsyncGrep AsyncRun<bang> -program=grep -auto=grep<args>
that makemake andgrep work asynchronously ?
Perhaps its following variants
command!-bang -nargs=* -complete=file-bar AMakesilentnoautocmd AsyncMake<bang><args> |silentredraw! |copen |wincmdpcommand!-bang -nargs=+ -complete=file-bar AGrepsilentnoautocmd AsyncGrep<bang><args> |silentredraw! |copen |wincmdp
that pop up the quickfix window, are welcome extensions.
Metadata
Metadata
Assignees
Labels
No labels