aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/htmlcomplete.vim
blob: 37ffa288c5292fff9b48c88406bf3f4d93d1d4bc (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() abort
  return
endfunction