If no python, DISABLE pymode

This commit is contained in:
John Tyree 2013-11-30 22:15:25 -06:00
parent 7272036bbe
commit 94ca51f073

2
.vimrc
View File

@ -529,7 +529,7 @@
" PythonMode {
" Disable if python support not present
if !has('python')
let g:pymode = 1
let g:pymode = 0
endif
" }