Shougo / dpp.vim

Dark powered plugin manager for Vim/neovim
MIT License
128 stars 5 forks source link

Fix all plugins are always available #24

Closed kuuote closed 2 months ago

kuuote commented 2 months ago

array.filter(async ...) always return same to original array because Promise object is always converted to true. So I change to for loop.

Shougo commented 2 months ago

Thanks. Merged.