Guest User

Untitled

a guest
Aug 10th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. :set colorcolumn=81
  2.  
  3. autocmd BufReadPost call SetColorColumn()
  4.  
  5. function! SetColorColumn()
  6. if &modifiable
  7. set colorcolumn=81
  8. endif
  9. endfunction
Add Comment
Please, Sign In to add comment