mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 15:25:30 +00:00
tui: flush -V3 ('verbose' >= 3) info ASAP
This commit is contained in:
@@ -721,9 +721,6 @@ describe("tui", function()
|
||||
{3:-- TERMINAL --} |
|
||||
]])
|
||||
|
||||
-- Vim flushes the log file on exit.
|
||||
feed_data('\33:q\n')
|
||||
|
||||
retry(nil, 3000, function() -- Wait for log file to be flushed.
|
||||
local log = read_file('Xtest_tui_verbose_log') or ''
|
||||
eq('--- Terminal info --- {{{\n', string.match(log, '--- Terminal.-\n'))
|
||||
|
||||
Reference in New Issue
Block a user