Soft-wrap causes error #5814
-
That's about all my config but I get an error listed below. I use Hx 22.12 on Linux.
In case I comment-out
(3, 26 is the end of the soft-wrap line.) |
Beta Was this translation helpful? Give feedback.
Answered by
pascalkuthe
Feb 3, 2023
Replies: 1 comment 3 replies
-
Did you compile from master or are you using the 22.12 release? The |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
glow12121
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you compile from master or are you using the 22.12 release?
Softwrap only got merged a few days ago so it's only available if you build from master.
The
max-line-length
is only a language setting only so that would need to go intolanguages.toml
also numbers should not be quoted so it should bemax-line-length = 70
instead