diff options
Diffstat (limited to 'syntax/spice.vim')
-rw-r--r-- | syntax/spice.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/spice.vim b/syntax/spice.vim index becd3de9..44e5a330 100644 --- a/syntax/spice.vim +++ b/syntax/spice.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('spice', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'spice') finish endif |