mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 14:23:17 +00:00
Problem: using `print()` to show progress report writes to `stdout` when in `--headless` mode (interferes with the testing output) and doesn't allow coloring. Solution: use `nvim_echo` with colored chunks.