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