Skip to content

Commit

Permalink
Merge pull request #657 from yssource/3.0
Browse files Browse the repository at this point in the history
Bugfix #320. vimdiff "]c" jump to next diff doesn't work
  • Loading branch information
spf13 committed Aug 17, 2014
2 parents 1bdba7e + 636896a commit b0e4581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc.bundles
Expand Up @@ -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
Expand Down

0 comments on commit b0e4581

Please sign in to comment.