From ab6d818c2dcc69588aecb6a8d23a04434344df3b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 30 Nov 2018 14:16:34 +1300 Subject: Add `abort` attribute to new autoload function --- vim/autoload/htmlcomplete.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/autoload/htmlcomplete.vim') 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 -- cgit v1.2.3