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