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