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 79e02dad..85d82edc 100644 --- a/syntax/helm.vim +++ b/syntax/helm.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'helm') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'helm', 'syntax/helm.vim') finish endif |