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