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

expand('%:S') appended to &makeprg after use of make %:S #356

Open
Konfekt opened this issue Nov 27, 2024 · 2 comments
Open

expand('%:S') appended to &makeprg after use of make %:S #356

Konfekt opened this issue Nov 27, 2024 · 2 comments

Comments

@Konfekt
Copy link

Konfekt commented Nov 27, 2024

:verb set makeprg says that

let &l:makeprg = dispatch#escape(request.expanded)
appends the expansion of %:S to &makeprg; instead, keep it as it.

@tpope
Copy link
Owner

tpope commented Nov 27, 2024

It should be temporarily changed, then restored here:

let &l:makeprg = makeprg

@Konfekt
Copy link
Author

Konfekt commented Nov 28, 2024

How come line 1349 is not reached?

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

2 participants