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

Remove wrongful escape characters from zig.vim compiler #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

garrafote
Copy link

$ and % shouldn't be escaped on the makeprg string and will result in error when trying to run this comp.

@idbrii
Copy link

idbrii commented Dec 21, 2023

👍🏽

Confirm this change fixes this error when using :compiler zig | make test:

error: unknown command: \test

@garrafote zig_build_exe.vim and zig_test.vim also have these escapes and need updating. For example, :compiler zig_build_exe | make produces:

error: unrecognized file extension of parameter '%:S'

zig_build.vim is the only one without incorrect escapes, so it's the only compiler file that works for me.

(I'm on Gvim 9.0.1576 on Win10.)

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

Successfully merging this pull request may close these issues.

2 participants