diff --git a/.vimrc.bundles b/.vimrc.bundles index 997ae9623..39861bb7e 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -202,7 +202,7 @@ " Python { if count(g:spf13_bundle_groups, 'python') " Pick either python-mode or pyflakes & pydoc - Bundle 'klen/python-mode' + Bundle 'python-mode/python-mode' Bundle 'yssource/python.vim' Bundle 'python_match.vim' Bundle 'pythoncomplete'