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