diff options
Diffstat (limited to 'test/functional/eval/input_spec.lua')
-rw-r--r-- | test/functional/eval/input_spec.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/eval/input_spec.lua b/test/functional/eval/input_spec.lua index 82e75d7a8e..8c65297ac6 100644 --- a/test/functional/eval/input_spec.lua +++ b/test/functional/eval/input_spec.lua @@ -149,7 +149,7 @@ describe('input()', function() {EOB:~ }| {T:Foo>}Bar^ | ]]) - command('redraw!') + command('mode') screen:expect{grid=[[ | {EOB:~ }| @@ -165,7 +165,7 @@ describe('input()', function() {EOB:~ }| {T:Foo>}Ba^ | ]]) - command('redraw!') + command('mode') screen:expect{grid=[[ | {EOB:~ }| @@ -347,7 +347,7 @@ describe('inputdialog()', function() {EOB:~ }| {T:Foo>}Bar^ | ]]) - command('redraw!') + command('mode') screen:expect{grid=[[ | {EOB:~ }| @@ -363,7 +363,7 @@ describe('inputdialog()', function() {EOB:~ }| {T:Foo>}Ba^ | ]]) - command('redraw!') + command('mode') screen:expect{grid=[[ | {EOB:~ }| |