Files
neovim/runtime/lua/vim
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
..
2024-10-23 14:13:42 +02:00
2024-03-06 10:45:22 +00:00
2025-01-03 08:29:36 -08:00
2024-01-16 09:33:10 +00:00
2024-09-01 13:01:24 -07:00