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