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:
luukvbaal
2026-02-24 19:01:31 +01:00
committed by GitHub
parent 3115a18a80
commit 39c4e0f336
5 changed files with 7 additions and 12 deletions

View File

@@ -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)