aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/htmlcomplete.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/autoload/htmlcomplete.vim')
-rw-r--r--vim/autoload/htmlcomplete.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/autoload/htmlcomplete.vim b/vim/autoload/htmlcomplete.vim
new file mode 100644
index 00000000..d4e52cd6
--- /dev/null
+++ b/vim/autoload/htmlcomplete.vim
@@ -0,0 +1,5 @@
+" Override expensive HTML version detection for 'omnifunc', that I don't use
+" and can't otherwise disable
+function! htmlcomplete#DetectOmniFlavor()
+ return
+endfunction