Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.8k
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 ourterms of service andprivacy 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#17181Signed-off-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
Currenty |
Is that an ACK@Konfekt ? |
Not quite. I found, say, |
alright, makes sense. So let's make this draft so long. |
Konfekt commentedApr 24, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Konfekt commentedApr 24, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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