mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +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
|
if expected.win_pos == nil then
|
||||||
extstate.win_pos = nil
|
extstate.win_pos = nil
|
||||||
end
|
end
|
||||||
|
if expected.cmdline == nil then
|
||||||
|
extstate.cmdline = nil
|
||||||
|
end
|
||||||
|
|
||||||
if expected.float_pos then
|
if expected.float_pos then
|
||||||
expected.float_pos = deepcopy(expected.float_pos)
|
expected.float_pos = deepcopy(expected.float_pos)
|
||||||
|
Reference in New Issue
Block a user