changeset 121:c6f0172aac8d

Add nice column indicators in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Feb 2013 17:38:42 -0800
parents 6111b240cecf
children cf962a1ae922
files vim/vimrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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"