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