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, 0 insertions, 5 deletions
diff --git a/vim/autoload/htmlcomplete.vim b/vim/autoload/htmlcomplete.vim
deleted file mode 100644
index 37ffa288..00000000
--- a/vim/autoload/htmlcomplete.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-" Override expensive HTML version detection for 'omnifunc', that I don't use
-" and can't otherwise disable
-function! htmlcomplete#DetectOmniFlavor() abort
- return
-endfunction