fix(extui): using tracked message column in cleared buffer (#34154)

Problem:  Using tracked message column as column in cleared buffer.
Solution: Ensure column does not exceed current line length.
          Further work to ensure carriage return and cmdline block mode
          work properly.
This commit is contained in:
luukvbaal
2025-05-24 20:31:20 +02:00
committed by GitHub
parent 8a207b3e19
commit a96665cf48
2 changed files with 47 additions and 39 deletions

View File

@@ -164,8 +164,8 @@ end
--- Clear cmdline buffer and leave the cmdline.
function M.cmdline_block_hide()
M.cmdline_hide(nil, true)
M.row = 0
M.cmdline_hide(nil, true)
end
return M