--- a/.vimrc Sun Dec 21 20:23:40 2014 +0800
+++ b/.vimrc Sun Jan 25 18:40:52 2015 +0800
set wildmode=list:longest
-set ssop-=options " do not store global and local values in a session
-set ssop-=folds " do not store folds
-set nowrap " don't automatically wrap on load
-set tw=79 " width of document (used by gd)
-set fo-=t " don't automatically wrap text when typing
-set number " show line numbers
+set sessionoptions-=options " do not store global and local values in a session
+set sessionoptions-=folds " do not store folds
+set nowrap " don't automatically wrap on load
+set textwidth=79 " width of document (used by gd)
+set formatoptions-=t " don't automatically wrap text when typing
+set number " show line numbers
+set laststatus=2 " always show status line
+set ttimeoutlen=0 " eliminate delay after <ESC>
+highlight ColorColumn ctermbg=233
filetype plugin indent on
-set ttimeoutlen=0 " eliminate delay after <ESC>
let g:ctrlp_max_height=30
let g:ctrlp_custom_ignore='\v[\/]venv$'