I know there are ways to automatically set the width of text in vim using set textwidth (like Vim 80 column layout concerns). What I am looking for is something similar to = (the indent line command) but to wrap to 80. The …
I'm interested in finding a way to show a vertical line at column 80 in Vim (not GVim).
I've used set wrap, but I just want to show a vertical line so I can wrap the long line myself.
I want to use Vim's soft wrap capability (:set wrap) to wrap some code at 80 characters, regardless of my actual window width.
I haven't been able to find a way to do this yet - all the soft wrapping seems …