change color-column to 81 to fix off by one error

main
Buddy Sandidge 6 years ago
parent 1c72c60f71
commit 4dbddfd21a

@ -17,7 +17,7 @@ set nostartofline " leave my cursor where it was
set history=10000
set autoread " Set to auto read when a file is changed from the outside
set autochdir " Change current directory to be directory of current file
set colorcolumn=80
set colorcolumn=81
"set foldmethod=syntax
" Have tab complete work more like bash

Loading…
Cancel
Save