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