Merge branch 'master' of git://github.com/dustinswan/dotfiles

This commit is contained in:
Dustin Swan 2012-01-13 12:25:35 -06:00
commit 26ec344e72

5
vimrc
View file

@ -130,3 +130,8 @@ nnoremap <Esc> :noh<CR><Esc>
" open the current file for edit in Perforce
nnoremap <leader>p :! p4 edit %<CR>
" disable tagbar in old Vim
if v:version < 703
let g:loaded_tagbar = 1
endif