fix dependency

This commit is contained in:
David Majnemer 2010-09-17 14:46:47 -05:00
parent efe127c8cd
commit d31cbe1cd6

4
vimrc
View file

@ -208,9 +208,9 @@ if has('eval')
exe "tag " . expand("<cword>") exe "tag " . expand("<cword>")
endif endif
endfun endfun
endif
nmap <C-]> :call GoDefinition()<CR> nmap <C-]> :call GoDefinition()<CR>
endif
if has('autocmd') if has('autocmd')
" Shortcuts " Shortcuts