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 c
set wrap
There is another way to notify about the long line.
highlight OverLength ctermbg=red ctermfg=white guibg=#592929 match OverLength /\%81v.*/
Vim 80 column layout concerns