aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/htmlcomplete.vim
blob: d4e52cd6cb1e04117355ee129e1a80c76616a223 (plain) (blame)
1
2
3
4
5
" Override expensive HTML version detection for 'omnifunc', that I don't use
" and can't otherwise disable
function! htmlcomplete#DetectOmniFlavor()
  return
endfunction