You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a curious case where "unknown option: wrap125" is being printed to the buffer on save.
HTML Tidy: unknown option: w
HTML Tidy: unknown option: r
HTML Tidy: unknown option: a
HTML Tidy: unknown option: p
HTML Tidy: unknown option: 1
HTML Tidy: unknown option: 2
HTML Tidy: unknown option: 5
<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><title></title></head><body><divid="app"></div></body></html>
I'm happy to have a PR up for this fix but I'm afraid that it might just be a version issue and it will break previous versions. Please let me know if I can proceed with the PR.
The text was updated successfully, but these errors were encountered:
I encountered a curious case where "unknown option: wrap125" is being printed to the buffer on save.
Debug log:
My current tidy version is 5.4.0 and it seems to expect
-wrap 125
instead of-wrap125
.By making a small tweak to the current formatters/html.vim seems to fix for me.
I'm happy to have a PR up for this fix but I'm afraid that it might just be a version issue and it will break previous versions. Please let me know if I can proceed with the PR.
The text was updated successfully, but these errors were encountered: