changeset 212:da7af1f2823c

Property detect Python support in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 01 Sep 2014 14:15:13 -0700
parents 413c0ddff4e8
children 769869e61101
files vim/vimrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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