Skip to content

Commit

Permalink
Merge pull request spf13#841 from toejough/patch-2
Browse files Browse the repository at this point in the history
use pymode even for python3
  • Loading branch information
spf13 committed Nov 4, 2015
2 parents fc643db + 61c476b commit 2c8619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@

" PyMode {
" Disable if python support not present
if !has('python')
if !has('python') && !has('python3')
let g:pymode = 0
endif

Expand Down

0 comments on commit 2c8619f

Please sign in to comment.