diff options
Diffstat (limited to 'test/functional/lua/ui_event_spec.lua')
-rw-r--r-- | test/functional/lua/ui_event_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/ui_event_spec.lua b/test/functional/lua/ui_event_spec.lua index 8159a4c91c..5dcb13a7d0 100644 --- a/test/functional/lua/ui_event_spec.lua +++ b/test/functional/lua/ui_event_spec.lua @@ -362,7 +362,7 @@ describe('vim.ui_attach', function() messages = { { content = { { 'Press ENTER or type command to continue', 100, 18 } }, - history = true, + history = false, kind = 'return_prompt', }, }, |