Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Removed fugitive-customised statusline; redundant with Powerline.
Browse files Browse the repository at this point in the history
Powerline overrides this anyway, but specifying it here causes Powerline
to lose its color scheme when re-sourcing ~/.vimrc at runtime.
  • Loading branch information
pda committed Mar 15, 2012
1 parent 4cfbf5c commit 31c83b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vimrc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@ if !exists('g:checksyntax')
let g:checksyntax['ruby'] = {'auto': 1, 'prepare': 'compiler ruby', 'cmd': 'ruby -c', 'okrx': 'Syntax OK\|No Errors'} let g:checksyntax['ruby'] = {'auto': 1, 'prepare': 'compiler ruby', 'cmd': 'ruby -c', 'okrx': 'Syntax OK\|No Errors'}
endif endif


" fugitive: Git integration
" empty statusline is equivalent to:
" set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %P
set statusline=%<%f\ %{fugitive#statusline()}\ %h%m%r%=%-14.(%l,%c%V%)\ %P

" Hammer " Hammer
map <leader>h :Hammer<cr> map <leader>h :Hammer<cr>
Expand Down

0 comments on commit 31c83b8

Please sign in to comment.