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