diff options
Diffstat (limited to 'after/syntax/ruby.vim')
-rw-r--r-- | after/syntax/ruby.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/syntax/ruby.vim b/after/syntax/ruby.vim index 3c9fccd2..082115e1 100644 --- a/after/syntax/ruby.vim +++ b/after/syntax/ruby.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'yard') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'yard', 'after/syntax/ruby.vim') finish endif |