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

master
Dustin Swan 13 years ago
commit 26ec344e72

@ -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

Loading…
Cancel
Save