Add color column after column 80 to vimrc

Instead of only colouring one column after the 80th one change the
background to all the following.
This commit is contained in:
Dionisio E Alonso 2018-02-09 01:08:17 -03:00
parent 50b6fc716a
commit f16363adb1
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ set softtabstop=4 " If not 0, must coincide with "tabstop" for tabs indentation
" and with "shiftwith" for spaces indentation
set list listchars=tab:»\ ,trail
let &colorcolumn=join(range(81, 160), ',')
" Coding Styles
if has('autocmd')