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