vim

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

commit 4bf3908071d647aa36f3f8c24bdd38e9715a6bdd
parent 513f8ea05e64ab656ff16ebeabab665943fbfbb1
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  6 Mar 2013 22:36:34 -0800

Added fugitive bundle

Diffstat:
M.vimrc | 7++++---
Abundle/fugitive.vim | 1+
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -4,12 +4,13 @@ set encoding=utf-8 filetype off set rtp+=~/.vim/bundle/vundle call vundle#rc() +Bundle 'blackboard.vim' +Bundle 'fugitive.vim' Bundle 'gmarik/vundle' -Bundle 'The-NERD-tree' Bundle 'git://github.com/scala/scala-dist.git', {'rtp': 'tool-support/src/vim'} -Bundle 'spacehi.vim' -Bundle 'blackboard.vim' Bundle 'Liquid-Carbon' +Bundle 'The-NERD-tree' +Bundle 'spacehi.vim' filetype plugin indent on let s:cpo_save=&cpo diff --git a/bundle/fugitive.vim b/bundle/fugitive.vim @@ -0,0 +1 @@ +Subproject commit 9521e1cb774e5ae2f2da4e753177b8f962e1febb