neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 524cdd35c2ae3babc1824257da523615507e7af9
parent 06d8dd89fd9e978f9d0e63d0e950bcd57d8328b2
Author: fredizzimo <fsundvik@gmail.com>
Date:   Mon, 10 Feb 2025 20:51:04 +0700

test(fix): make testing of ext_cmdline optional #32375


Diffstat:
Mtest/functional/ui/screen.lua | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/test/functional/ui/screen.lua b/test/functional/ui/screen.lua @@ -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)