Shougo / dein.vim

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

Fixed loading ftplugin at hooks_file written in lua script. #508

Closed yasunori0418 closed 1 year ago

yasunori0418 commented 1 year ago

In the original conditional expression hook_name->stridx('lua_'), There was a problem with ftplugin not loading when written in lua. By adding an existing hook_name starting withlua_` to the condition, Fixed so that the configuration as ftplugin is load.