Merge pull request #841 from toejough/patch-2

use pymode even for python3
This commit is contained in:
Steve Francia 2015-11-04 17:16:39 -05:00
commit 2c8619f941

2
.vimrc
View File

@ -603,7 +603,7 @@
" PyMode {
" Disable if python support not present
if !has('python')
if !has('python') && !has('python3')
let g:pymode = 0
endif