Vim 80 column layout concerns
- by cdleary
I feel like the way I do 80-column indication in Vim is incorrect: set columns=80. At times I also set textwidth but I like to be able to see and anticipate line overflow with the set columns alternative.
This has some unfortunate side effects -- I can't set number for fear of splitting between files that have different orders of line numbers;…