aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-30 14:17:01 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-30 14:17:01 +1300
commitf02abc131991a754a9aabed14c6acdbed253a1de (patch)
tree800027c8a3460f911a68db65bf330a2fbcf471e7 /vim/autoload
parentMerge branch 'hotfix/v2.1.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-8690a59b579221d009871f88ce13c0c6b37af40a.tar.gz (sig)
dotfiles-8690a59b579221d009871f88ce13c0c6b37af40a.zip
Merge branch 'release/v2.2.0'v2.2.0
* release/v2.2.0: Bump VERSION Add `abort` attribute to new autoload function Suppress a couple of ShellCheck errors Remove redundant return short-circuit Add explanatory comments for version check Use ||/&& short-circuiting only for flow control Drop support for Bash <= 3.0
Diffstat (limited to 'vim/autoload')
-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