Shougo / dpp.vim

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

fix(lua): treat `load_state` as a boolean function #19

Closed hasundue closed 6 months ago

hasundue commented 6 months ago

This fixes a problem with the Lua example in README.md that make_state is called even when load_state succeeds.

Shougo commented 6 months ago

Merged.