vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 8c08916a6751aa6e5e8dd8104aa1fc0442d776cd
parent 1475d418fe90d853378cf60944df8fa78a7696d8
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 29 Jun 2016 01:10:58 -0700

Change VundleVim github repo

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -4,4 +4,4 @@ install: vundle: mkdir -p bundle - git clone https://github.com/gmarik/Vundle.vim.git bundle/Vundle.vim + git clone https://github.com/VundleVim/Vundle.vim.git bundle/Vundle.vim