Files
neovim/src/nvim/api
Luuk van Baal abb40ecedd feat(ui): "append" parameter for "msg_show" UI events
Problem:  Consecutive "msg_show" events stemming from an `:echon`
          command are supposed to be appended without a newline, this
          information is not encoded in the "msg_show" event.
Solution: Add an "append" parameter to the "msg_show" event that is set
          to true to indicate the message should not start on a new line.
Considered alternative: Emit a newline for the common case instead at the
start of a new message. That way UIs can more closely follow the logic
as it is implemented for the message grid currently. This would be a
breaking change. The "append" parameter seems OK.
2025-05-24 01:02:22 +02:00
..
2025-03-30 08:18:23 -07:00
2025-04-12 10:21:03 -07:00
2024-12-23 05:43:52 -08:00
2024-12-23 05:43:52 -08:00
2023-11-28 07:47:36 +08:00
2024-12-23 05:43:52 -08:00
2023-11-28 07:47:36 +08:00