mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 09:44:07 +00:00
fix(messages): unwanted ext_messages newlines for confirm() #38045
Problem: Newlines emitted with ext_messages intended to position
the message/prompt on the message grid.
Solution: Don't emit these newlines with ext_messages, followup to 4260f73e.
This commit is contained in:
@@ -710,12 +710,11 @@ describe('messages2', function()
|
||||
feed('<CR>')
|
||||
screen:expect([[
|
||||
|
|
||||
{1:~ }|*7
|
||||
{1:~ }|*8
|
||||
{1:~ }{9:E5108: Lua: [string ":lua"]:1: foo}{4: }|
|
||||
{3: }|
|
||||
|
|
||||
{6:foo} |
|
||||
{6:bar} |
|
||||
|
|
||||
{6:[O]k: }^ |
|
||||
]])
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user