aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/keymap_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-05-12 08:17:21 +0200
committerGitHub <noreply@github.com>2018-05-12 08:17:21 +0200
commit36b2e3f743aaeb27531e67079d1a20bb4ac75e35 (patch)
tree75063f22b1a90605b6f2aee0233729eaf06306b4 /test/functional/api/keymap_spec.lua
parent273d2cd5d5cfc7616c76d3531e9938750abcc05e (diff)
parent137eedb4edab1643b47282cce4ca07dd2ee42a63 (diff)
downloadrneovim-36b2e3f743aaeb27531e67079d1a20bb4ac75e35.tar.gz
rneovim-36b2e3f743aaeb27531e67079d1a20bb4ac75e35.tar.bz2
rneovim-36b2e3f743aaeb27531e67079d1a20bb4ac75e35.zip
Merge #8375 'API: nvim_get_commands'
closes #7833 ref #8029
Diffstat (limited to 'test/functional/api/keymap_spec.lua')
-rw-r--r--test/functional/api/keymap_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/api/keymap_spec.lua b/test/functional/api/keymap_spec.lua
index 3a10f9c60f..f52372bee3 100644
--- a/test/functional/api/keymap_spec.lua
+++ b/test/functional/api/keymap_spec.lua
@@ -11,7 +11,7 @@ local source = helpers.source
local shallowcopy = global_helpers.shallowcopy
-describe('get_keymap', function()
+describe('nvim_get_keymap', function()
before_each(clear)
-- Basic mapping and table to be used to describe results