Shougo / dein.vim

:zap: Dark powered Vim/Neovim plugin manager
MIT License
3.42k stars 197 forks source link

fix lua api return value #496

Closed azufr closed 1 year ago

azufr commented 1 year ago

Some functions with prefix check_(check_clean,check_lazy_plugins) returns a table and should not converted to boolean. This PR prevents converting to boolean if function return value is a table.

Note: I am not familiar with the internal code. So just drop some comments if there is another better way to fix it.