Mercurial > dotfiles
comparison vim/vimrc @ 212:da7af1f2823c
Property detect Python support in Vim.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 01 Sep 2014 14:15:13 -0700 |
parents | 477efa0013fd |
children | 769869e61101 |
comparison
equal
deleted
inserted
replaced
211:413c0ddff4e8 | 212:da7af1f2823c |
---|---|
290 let g:pymode_lint = 0 | 290 let g:pymode_lint = 0 |
291 let g:pymode_trim_whitespaces = 0 | 291 let g:pymode_trim_whitespaces = 0 |
292 let g:pymode_virtualenv = 0 | 292 let g:pymode_virtualenv = 0 |
293 let g:pymode_folding = 1 | 293 let g:pymode_folding = 1 |
294 | 294 |
295 if !has('python') | 295 if !has('+python') |
296 let g:pymode = 0 | 296 let g:pymode = 0 |
297 endif | 297 endif |
298 | 298 |
299 " }}} | 299 " }}} |
300 | 300 |