mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
test(fix): make testing of ext_cmdline optional #32375
This commit is contained in:
@ -634,6 +634,9 @@ screen:redraw_debug() to show all intermediate screen states.]]
|
||||
if expected.win_pos == nil then
|
||||
extstate.win_pos = nil
|
||||
end
|
||||
if expected.cmdline == nil then
|
||||
extstate.cmdline = nil
|
||||
end
|
||||
|
||||
if expected.float_pos then
|
||||
expected.float_pos = deepcopy(expected.float_pos)
|
||||
|
Reference in New Issue
Block a user