From bac41ebd84bf5362c1ab8c3e85df4957a431f273 Mon Sep 17 00:00:00 2001 From: gonzaloserrano Date: Wed, 1 Apr 2015 16:46:20 +0200 Subject: [PATCH] Adapt to last vundle changes --- .vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc.bundles b/.vimrc.bundles index 5f7dadec8..422850937 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -62,7 +62,7 @@ " Add an UnBundle command { function! UnBundle(arg, ...) let bundle = vundle#config#init_bundle(a:arg, a:000) - call filter(g:bundles, 'v:val["name_spec"] != "' . a:arg . '"') + call filter(g:vundle#bundles, 'v:val["name_spec"] != "' . a:arg . '"') endfunction com! -nargs=+ UnBundle