From 7ff1bc18a978d30f70db157be6f5fb2fb52b4215 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 27 Oct 2021 19:22:00 +0800 Subject: fix(float): redraw if w_border_adj changed --- test/functional/ui/float_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional') diff --git a/test/functional/ui/float_spec.lua b/test/functional/ui/float_spec.lua index 64b0cbcbfb..b6d80616b4 100644 --- a/test/functional/ui/float_spec.lua +++ b/test/functional/ui/float_spec.lua @@ -1196,7 +1196,6 @@ describe('float window', function() meths.win_set_config(win, {border={"", "_", "", "", "", "-", "", ""}}) if multigrid then - command('redraw!') -- TODO: without a redraw this test fails, which should be fixed screen:expect{grid=[[ ## grid 1 [2:----------------------------------------]| -- cgit