wordwrap, number of columns #132
pjfichet
started this conversation in
Script help
Replies: 3 comments 1 reply
|
There's no explicit way to change the wrapping width. To not draw the vertical line try: |
1 reply
|
Seems like prepending #line quiet prevents all lines from being drawn, not just the vertical one. I wonder, what happened with #config wordwrap with number argument , it was introduced at some point in 2.01.91, but then was removed? |
0 replies
|
I probably removed it as it became obsolete with vertical split support. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello alls,
Is there a way to define a maximum number of column, or force word wrapping at 80 characters ?
If
#split 0 0 0 -80is the command to use, is it possible to remove the vertical line it draws ?Thank you !
All reactions