protect python settings

This commit is contained in:
Barak Michener 2013-08-10 16:43:07 -04:00
parent 5ceafd17a2
commit d0f9a2e733
6 changed files with 18 additions and 15 deletions

1
.vimrc
View file

@ -123,6 +123,7 @@ setlocal cursorline
let python_highlight_all = 1
let g:Tb_MaxSize=0
let g:Tb_MapCTabSwitchBufs = 1
let g:UseGooglePythonSettings = 0
" * Configure browser for haskell_doc.vim
let g:haddock_browser = "open"