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