From b31132f1c1fa47a9db368d5d28ee6dda8dc96ecc Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Fri, 7 Mar 2025 07:45:34 -0600 Subject: feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736 --- test/functional/lua/ui_event_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functional/lua/ui_event_spec.lua') diff --git a/test/functional/lua/ui_event_spec.lua b/test/functional/lua/ui_event_spec.lua index ddb10127e4..8159a4c91c 100644 --- a/test/functional/lua/ui_event_spec.lua +++ b/test/functional/lua/ui_event_spec.lua @@ -372,7 +372,7 @@ describe('vim.ui_attach', function() | {3: }| {9:Excessive errors in vim.ui_attach() call}| - {9:back from ns: 1.} | + {9:back from ns: 2.} | {100:Press ENTER or type command to continue}^ | ]]) feed('') @@ -419,7 +419,7 @@ describe('vim.ui_attach', function() | {3: }| {9:Excessive errors in vim.ui_attach() call}| - {9:back from ns: 2.} | + {9:back from ns: 3.} | {100:Press ENTER or type command to continue}^ | ]]) end) -- cgit