Files
neovim/test/functional/ui
bfredl 942f26279d fix(tests): only get the color map once, even for multiple test files
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.
2022-11-27 11:51:10 +01:00
..
2022-09-30 09:53:52 +02:00
2022-09-30 09:53:52 +02:00
2022-11-02 21:45:26 +08:00
2022-11-26 07:52:30 +08:00