fix multiple CR in insert mode from supertab

This commit is contained in:
Nick Nisi
2014-03-30 18:39:32 -05:00
parent af0e91983d
commit c03ed2df12

View File

@@ -310,6 +310,9 @@ let g:ctrlp_working_path_mode = 2
let g:airline_powerline_fonts=1
let g:airline_theme='dark'
let g:SuperTabCrMapping = 0
if (has("gui_running"))
set guioptions=egmrt
set background=light