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