add fugitive

This commit is contained in:
celogeek 2013-03-04 09:13:47 +01:00
parent 1b54cf26f0
commit 61173416da
4 changed files with 8 additions and 3 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*~
.netrwhist

3
.gitmodules vendored
View File

@ -22,3 +22,6 @@
[submodule "bundle/matchit"]
path = bundle/matchit
url = git://github.com/vim-scripts/matchit.zip.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git

1
bundle/vim-fugitive Submodule

@ -0,0 +1 @@
Subproject commit 0103538d7a8e03c061c031e33459aeaa4cf040ab

View File

@ -1,3 +1,5 @@
execute pathogen#infect()
" When started as "evim", evim.vim will already have done these settings.
if v:progname =~? "evim"
finish
@ -87,9 +89,6 @@ colorscheme desert
let mapleader = ","
"GetLatest
let g:GetLatestVimScripts_allowautoinstall=1
"TagShortCut
map <Leader>t :Tlist<CR>