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 ba2908f9..e0639e88 100644 --- a/indent/chaiscript.vim +++ b/indent/chaiscript.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('chaiscript', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'chaiscript') finish endif |