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 29e3f80f..2345e18b 100644 --- a/syntax/inform.vim +++ b/syntax/inform.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('inform', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'inform') finish endif |