mirror of
https://github.com/neovim/neovim.git
synced 2026-05-26 23:08:36 +00:00
Problem: If there are pending messages when starting to build the
runtime search path, a msg_show callback may invoke
runtime_search_path_validate() recursively.
Solution: Avoid msg_show callback by ensuring messages are flushed.