diff options
Diffstat (limited to 'autoload/htmlcomplete.vim')
-rw-r--r-- | autoload/htmlcomplete.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/htmlcomplete.vim b/autoload/htmlcomplete.vim index bc124ac6..e4087b01 100644 --- a/autoload/htmlcomplete.vim +++ b/autoload/htmlcomplete.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'html5') +if has_key(g:polyglot_is_disabled, 'html5') finish endif |