aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-03-30 00:57:22 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-03-30 12:32:47 +0100
commit77d3526a3d088b16e4f07e84c79cbd4a3411d0fe (patch)
treeb55c1c58c531763f963d343577c30f1f51c0849f /test/functional/ex_cmds
parent35239e977f53c25016b57729cada612aa53e11d4 (diff)
downloadrneovim-77d3526a3d088b16e4f07e84c79cbd4a3411d0fe.tar.gz
rneovim-77d3526a3d088b16e4f07e84c79cbd4a3411d0fe.tar.bz2
rneovim-77d3526a3d088b16e4f07e84c79cbd4a3411d0fe.zip
fix: explain that user should run nvim with -V1 to see more information
It's not obvious for users how to figure out where a mapping is set from only "Last set from Lua".
Diffstat (limited to 'test/functional/ex_cmds')
-rw-r--r--test/functional/ex_cmds/verbose_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/verbose_spec.lua b/test/functional/ex_cmds/verbose_spec.lua
index 7ceb2460d3..026c70be8a 100644
--- a/test/functional/ex_cmds/verbose_spec.lua
+++ b/test/functional/ex_cmds/verbose_spec.lua
@@ -230,7 +230,7 @@ describe('lua verbose:', function()
eq(
[[
nohlsearch
- Last set from Lua]],
+ Last set from Lua (run Nvim with -V1 for more details)]],
result
)
end)