Closed iamnbutler closed 2 years ago
I think we should soft wrap at 1024 characters no matter what.
On mac 0.150.4. I'd like to be able to scroll infinitely, for example with csv files with thousands or columns
my lines are truncated but not wrapped at 1024, when using "soft_wrap": "none"
wrapped at 512 when using "soft_wrap": "prefer_line"
wrapped to window size when using "soft_wrap": "editor_width"
wrapped to window size with "soft_wrap": "preferred_line_length", "preferred_line_length": 1024
(no matter the line length setting it acts like "soft_wrap": "editor_width"
)
Find also will not show a match beyond 1024 characters wide.
Repro:
Paste the following on a single line, try to scroll horizontally to the end.