mirror of
https://github.com/neovim/neovim.git
synced 2026-03-04 16:17:13 +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.