From 10b25a1ae9521776918e396403b7140125aa2e49 Mon Sep 17 00:00:00 2001 From: spf13 Date: Wed, 8 Jan 2014 14:58:53 -0500 Subject: [PATCH] Updating gocode to latest. Close #525. --- .vimrc.bundles | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vimrc.bundles b/.vimrc.bundles index a6477096d..d13b08af8 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -239,8 +239,7 @@ " Go Lang { if count(g:spf13_bundle_groups, 'go') - Bundle 'jnwhiteh/vim-golang' - Bundle 'spf13/vim-gocode' + Bundle 'Blackrush/vim-gocode' endif " }