Mercurial > dotfiles
diff vim/vimrc @ 121:c6f0172aac8d
Add nice column indicators in Vim.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 19 Feb 2013 17:38:42 -0800 |
parents | 6dbbf36a523d |
children | a273867b6a0d |
line wrap: on
line diff
--- a/vim/vimrc Fri Feb 01 13:37:13 2013 -0800 +++ b/vim/vimrc Tue Feb 19 17:38:42 2013 -0800 @@ -163,6 +163,9 @@ " Nice auto-complete menu. set completeopt=longest,menuone,preview +" Column indicators. +set colorcolumn=72,79 + " And now, for some system-dependent settings: " - font to use if s:vim_platform == "windows"