From 974fb7cf4fabe76f44f0cd5f19f5e1f3ecc0cf7a Mon Sep 17 00:00:00 2001 From: zhenglisheng Date: Mon, 25 Mar 2019 01:22:35 +0800 Subject: [PATCH] fix: plugin klen/python-mode already change to python-mode/python-mode --- .vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'