diff options
author | Nimit Bhardwaj <nimitbhardwaj@gmail.com> | 2018-02-24 15:44:51 +0530 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-05-11 13:20:19 +0200 |
commit | 25b630484023716977c3fe2790c13b41f9db9f30 (patch) | |
tree | c6cd3a539518418da64faab85754220b37ecd3c6 /test/functional/api/keymap_spec.lua | |
parent | 273d2cd5d5cfc7616c76d3531e9938750abcc05e (diff) | |
download | rneovim-25b630484023716977c3fe2790c13b41f9db9f30.tar.gz rneovim-25b630484023716977c3fe2790c13b41f9db9f30.tar.bz2 rneovim-25b630484023716977c3fe2790c13b41f9db9f30.zip |
API: nvim_get_commands()
Diffstat (limited to 'test/functional/api/keymap_spec.lua')
-rw-r--r-- | test/functional/api/keymap_spec.lua | 2 |
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 |