diff options
Diffstat (limited to 'indent/gohtmltmpl.vim')
-rw-r--r-- | indent/gohtmltmpl.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/gohtmltmpl.vim b/indent/gohtmltmpl.vim index c29f4e47..59e1eb84 100644 --- a/indent/gohtmltmpl.vim +++ b/indent/gohtmltmpl.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'go') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'go', 'indent/gohtmltmpl.vim') finish endif |