-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
runtime(groff)!: update groff compiler #17182
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
base: master
Are you sure you want to change the base?
Conversation
Problem: groff compiler assumes a single argument, i.e. output device like html, but the requirement is not checked properly. Also, macro packages is hardcoded to mom. Solution: Control output device and macro package by variable. Arguments for :make are now ignored. vim#17181 Signed-off-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
Currenty |
Is that an ACK @Konfekt ? |
alright, makes sense. So let's make this draft so long. |
I think For this issue, I guess one would have to add a buffer-local |
Problem: groff compiler assumes a single argument, i.e. output device like html, but the requirement is not checked properly. Also, macro packages is hardcoded to mom.
Solution: Control output device and macro package by variable. Arguments for :make are now ignored.
#17181