mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 07:41:27 +00:00
Problem: test/functional/ui/screen.lua would be reloaded for each *_spec.lua file, which causes an extra nvim session to be started to get the color map each time. solution: Mark screen.lua as a preloaded file, but defer the loading of the color map to the first time Screen object is initialised.