aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-02 22:07:00 +0800
committerGitHub <noreply@github.com>2022-11-02 22:07:00 +0800
commit65f603f72c387cfac7955d8dfe51b42d35caa0f8 (patch)
treeee2734f0fe4e4d91f4f163ba99f64ce992948af9 /test/functional/ex_cmds
parent44b88d8c310e778c55ef1f7a270d2651266054ca (diff)
parent4716a578ae0c3516d685495bb55e40c939a4ac87 (diff)
downloadrneovim-65f603f72c387cfac7955d8dfe51b42d35caa0f8.tar.gz
rneovim-65f603f72c387cfac7955d8dfe51b42d35caa0f8.tar.bz2
rneovim-65f603f72c387cfac7955d8dfe51b42d35caa0f8.zip
Merge pull request #20782 from dundargoc/docs/typos
docs: fix typos
Diffstat (limited to 'test/functional/ex_cmds')
-rw-r--r--test/functional/ex_cmds/verbose_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ex_cmds/verbose_spec.lua b/test/functional/ex_cmds/verbose_spec.lua
index e6f67ef18e..000e746f1c 100644
--- a/test/functional/ex_cmds/verbose_spec.lua
+++ b/test/functional/ex_cmds/verbose_spec.lua
@@ -77,7 +77,7 @@ nohlsearch
script_location), result)
end)
- it('"Last set" for keymap set by Lua', function()
+ it('"Last set" for mapping set by Lua', function()
local result = exec_capture(':verbose map <leader>key1')
eq(string.format([[
@@ -86,7 +86,7 @@ n \key1 * :echo "test"<CR>
script_location), result)
end)
- it('"Last set" for keymap set by vim.keymap', function()
+ it('"Last set" for mapping set by vim.keymap', function()
local result = exec_capture(':verbose map <leader>key2')
eq(string.format([[