mirror of
https://github.com/neovim/neovim.git
synced 2026-03-11 10:35:32 +10:00
Problem: only Vimscript files are sourced when setting spelling language Solution: also source Lua files after sourcing Vimscript files Closes #22110