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