From 22f74389b1b505b3980cd20a66017e8d8ccbfd91 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Sun, 4 Jan 2015 13:56:36 -0600 Subject: [PATCH] Add csapprox for gblame to work in terminal [Fix #579] --- vim/vundles/appearance.vundle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vundles/appearance.vundle b/vim/vundles/appearance.vundle index 95bc71e6..b18a59fa 100644 --- a/vim/vundles/appearance.vundle +++ b/vim/vundles/appearance.vundle @@ -5,3 +5,6 @@ Bundle "jby/tmux.vim.git" Bundle "morhetz/gruvbox" Bundle "xsunsmile/showmarks.git" Bundle "chriskempson/base16-vim" + +" Required for Gblame in terminal vim +Bundle "godlygeek/csapprox.git"