# HG changeset patch # User Ludovic Chabant # Date 1409606113 25200 # Node ID da7af1f2823ccd844ff23c0e8fb607786f9d507a # Parent 413c0ddff4e8bb0b6b032b96b9ebbfb411ae0f1e Property detect Python support in Vim. diff -r 413c0ddff4e8 -r da7af1f2823c vim/vimrc --- a/vim/vimrc Mon Sep 01 08:49:16 2014 -0700 +++ b/vim/vimrc Mon Sep 01 14:15:13 2014 -0700 @@ -292,7 +292,7 @@ let g:pymode_virtualenv = 0 let g:pymode_folding = 1 -if !has('python') +if !has('+python') let g:pymode = 0 endif