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