summaryrefslogtreecommitdiffstats
path: root/autoload/htmlcomplete.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/htmlcomplete.vim')
-rw-r--r--autoload/htmlcomplete.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoload/htmlcomplete.vim b/autoload/htmlcomplete.vim
index 002a6f0e..135f716b 100644
--- a/autoload/htmlcomplete.vim
+++ b/autoload/htmlcomplete.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1
+
" Vim completion script
" Language: HTML and XHTML
" Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
@@ -840,4 +841,5 @@ function! htmlcomplete#CheckDoctype() " {{{
endfunction
" }}}
" vim:set foldmethod=marker:
+
endif