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