Skip to content

Commit

Permalink
Merge pull request #68 from tpope/master
Browse files Browse the repository at this point in the history
Use fugitive not git.vim for statusline
  • Loading branch information
akitaonrails committed Aug 25, 2011
2 parents b93482e + 3dc29e2 commit 87a0797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -56,7 +56,7 @@ set fo=l
set statusline=%f "tail of the filename

"Git
set statusline+=[%{GitBranch()}]
set statusline+=%{fugitive#statusline()}

"RVM
set statusline+=%{exists('g:loaded_rvm')?rvm#statusline():''}
Expand Down

0 comments on commit 87a0797

Please sign in to comment.