aboutsummaryrefslogtreecommitdiff
path: root/test/old
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-05 18:08:54 +0800
committerGitHub <noreply@github.com>2024-04-05 18:08:54 +0800
commit9711370c26453f3a966b9306111939b144248b41 (patch)
treeefa026eba653f1af347b280cf3b187b9046372a0 /test/old
parenta500c5f808ccf0b678c935f00e0af4503a5bd724 (diff)
downloadrneovim-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/old')
-rw-r--r--test/old/testdir/setup.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/old/testdir/setup.vim b/test/old/testdir/setup.vim
index 091fb95806..a87903bc0d 100644
--- a/test/old/testdir/setup.vim
+++ b/test/old/testdir/setup.vim
@@ -44,7 +44,8 @@ if exists('s:did_load')
endif
let s:did_load = 1
-" Clear Nvim default mappings and menus.
+" Clear Nvim default user commands, mappings and menus.
+comclear
mapclear
mapclear!
aunmenu *