Merge pull request #657 from yssource/3.0

Bugfix #320. vimdiff "]c" jump to next diff doesn't work
This commit is contained in:
Steve Francia 2014-08-16 20:41:02 -04:00
commit b0e4581096

View File

@ -199,7 +199,7 @@
if count(g:spf13_bundle_groups, 'python')
" Pick either python-mode or pyflakes & pydoc
Bundle 'klen/python-mode'
Bundle 'python.vim'
Bundle 'yssource/python.vim'
Bundle 'python_match.vim'
Bundle 'pythoncomplete'
endif