Skip to content
New issue

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

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

Open
flux242 opened this issue Nov 25, 2017 · 3 comments
Open

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

flux242 opened this issue Nov 25, 2017 · 3 comments

Comments

@flux242
Copy link

flux242 commented Nov 25, 2017

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
Copy link
Author

flux242 commented Nov 25, 2017

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

@Konfekt
Copy link

Konfekt commented Apr 13, 2018

See also #96

skywind3000 pushed a commit that referenced this issue Apr 16, 2018
2. accept `%` and `$*` macros in makeprg/grepprg
3. close #96 #84 and #35
@skywind3000
Copy link
Owner

skywind3000 commented Apr 16, 2018

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

see here.

#96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants