diff options
author | Gregory Anders <greg@gpanders.com> | 2025-03-07 07:45:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-07 05:45:34 -0800 |
commit | b31132f1c1fa47a9db368d5d28ee6dda8dc96ecc (patch) | |
tree | 31d7dfe2d1a2480efd9077764abaf8810a9b7387 /test/functional/lua/ui_event_spec.lua | |
parent | c8b64b7a43975d6f4efa30999c82ae8180f16a4b (diff) | |
download | rneovim-b31132f1c1fa47a9db368d5d28ee6dda8dc96ecc.tar.gz rneovim-b31132f1c1fa47a9db368d5d28ee6dda8dc96ecc.tar.bz2 rneovim-b31132f1c1fa47a9db368d5d28ee6dda8dc96ecc.zip |
feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736
Diffstat (limited to 'test/functional/lua/ui_event_spec.lua')
-rw-r--r-- | test/functional/lua/ui_event_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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('<cr>') @@ -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) |