diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-04-05 18:08:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 18:08:54 +0800 |
commit | 9711370c26453f3a966b9306111939b144248b41 (patch) | |
tree | efa026eba653f1af347b280cf3b187b9046372a0 /test/functional/core/startup_spec.lua | |
parent | a500c5f808ccf0b678c935f00e0af4503a5bd724 (diff) | |
download | rneovim-9711370c26453f3a966b9306111939b144248b41.tar.gz rneovim-9711370c26453f3a966b9306111939b144248b41.tar.bz2 rneovim-9711370c26453f3a966b9306111939b144248b41.zip |
feat(defaults): add :Inspect to right-click menu (#28181)
Ref #21393
- Move default user commands to _defaults.lua as that now contains all
kinds of defaults rather than just default mappings and menus.
- Remove the :aunmenu as there are no menus when _defaults.lua is run.
Diffstat (limited to 'test/functional/core/startup_spec.lua')
-rw-r--r-- | test/functional/core/startup_spec.lua | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/test/functional/core/startup_spec.lua b/test/functional/core/startup_spec.lua index adf29cbe7c..512b79acc5 100644 --- a/test/functional/core/startup_spec.lua +++ b/test/functional/core/startup_spec.lua @@ -101,15 +101,7 @@ describe('startup', function() VIMRUNTIME = os.getenv('VIMRUNTIME'), }, }) - screen:expect([[ - ^ | - | - Entering Debug mode. Type "cont" to continue. | - nvim_exec2() | - cmd: aunmenu * | - > | - | - ]]) + screen:expect({ any = pesc('Entering Debug mode. Type "cont" to continue.') }) fn.chansend(id, 'cont\n') screen:expect([[ ^ | |