aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/keymap_spec.lua
Commit message (Collapse)AuthorAge
...
* API: nvim_get_commands()Nimit Bhardwaj2018-05-11
|
* 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
| | | | Closes #6937 "nvim_get_keymap output is unreliable"
* functests: Test how spaces appear in get_keymap outputZyX2017-07-02
|
* functests: Use more extensive testingZyX2017-07-02
| | | | Fixes #6937
* message: Add support for replacing `<` to str2specialZyX2017-07-02
|
* functests: Add tests for new behaviourZyX2017-07-02
| | | Apparently it is not working yet.
* functests: Remove local_copy functionZyX2017-07-02
|
* get_keymap API (#6236)TJ DeVries2017-05-25
* Add api function get keymap nvim_get_keymap(mode) nvim_buf_get_keymap(buffer, mode)