Files
neovim/test/functional
Luuk van Baal ead5683ff9 feat(api): add err field to nvim_echo() opts
Problem:  We want to deprecate `nvim_err_write(ln)()` but there is no
          obvious replacement (from Lua). Meanwhile we already have
          `nvim_echo()` with an `opts` argument.
Solution: Add `err` argument to `nvim_echo()` that directly maps to
          `:echoerr`.
2025-01-09 13:35:40 +01:00
..
2025-01-05 17:10:16 -08:00
2024-11-21 06:50:30 +08:00
2024-04-23 18:17:04 +02:00