aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-30 14:16:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-30 14:16:34 +1300
commitab6d818c2dcc69588aecb6a8d23a04434344df3b (patch)
treecbbbdcd69f10f494c31b1da76388c4c6b810615a
parentSuppress a couple of ShellCheck errors (diff)
downloaddotfiles-ab6d818c2dcc69588aecb6a8d23a04434344df3b.tar.gz
dotfiles-ab6d818c2dcc69588aecb6a8d23a04434344df3b.zip
Add `abort` attribute to new autoload function
-rw-r--r--vim/autoload/htmlcomplete.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload/htmlcomplete.vim b/vim/autoload/htmlcomplete.vim
index d4e52cd6..37ffa288 100644
--- a/vim/autoload/htmlcomplete.vim
+++ b/vim/autoload/htmlcomplete.vim
@@ -1,5 +1,5 @@
" Override expensive HTML version detection for 'omnifunc', that I don't use
" and can't otherwise disable
-function! htmlcomplete#DetectOmniFlavor()
+function! htmlcomplete#DetectOmniFlavor() abort
return
endfunction