Files
neovim/src/nvim
Tomas Slusny a977e1077b fix(prompt): handle multi-element lists in prompt_appendbuf #39550
Problem:
When using prompt_appendbuf with multi-element list,
the first item is concated and rest replace the prompt instead of
inserting the lines before the prompt.

Solution:
Concat first element with replace_buf and insert the rest of the list
with set_buffer_lines.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2026-05-12 12:00:04 -04:00
..
2026-05-11 13:31:10 +02:00
2026-04-14 18:39:38 +02:00
2026-05-11 13:31:10 +02:00
2026-05-11 13:31:10 +02:00
2026-05-10 13:00:52 -04:00
2024-01-11 21:37:23 +01:00
2026-03-11 18:00:18 +01:00
2026-05-11 13:31:10 +02:00
2024-01-11 21:37:23 +01:00
2025-12-15 13:55:15 -05:00
2023-11-28 22:23:56 +01:00
2026-04-12 14:17:50 +02:00
2024-01-11 21:37:23 +01:00
2026-04-14 18:39:38 +02:00
2026-04-14 18:39:38 +02:00
2026-04-20 07:09:37 -04:00
2026-05-11 13:31:10 +02:00
2026-04-14 18:39:38 +02:00
2026-05-11 13:31:10 +02:00
2026-05-11 13:31:10 +02:00
2026-05-10 13:00:52 -04:00
2025-11-16 20:36:07 -08:00
2024-01-11 21:37:23 +01:00
2024-01-11 21:37:23 +01:00
2025-09-13 22:49:50 -04:00
2024-01-11 21:37:23 +01:00
2026-05-07 03:19:43 -04:00
2025-11-19 20:43:15 -08:00