Disabling tagbar in older versions of vim

master
Dustin Swan 13 years ago
parent 6518b56f43
commit 8c04f028b0

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