We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The closest I could get is this: command! -bang -nargs=* -complete=file Make call asyncrun#run('<bang>', '', 'make <q-args>') | cwindow 10'
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
The text was updated successfully, but these errors were encountered:
f-args helped. Update the readme anyway. I didn't enjoy digging that mammoth shit vim scripting syntax
Sorry, something went wrong.
See also #96
1. handle makeprg/grepprg correctly
347416b
2. accept `%` and `$*` macros in makeprg/grepprg 3. close #96 #84 and #35
Thank @Konfekt , I took his idea and fixed this issue:
see here.
#96
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: