Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | API: nvim_get_commands() | Nimit Bhardwaj | 2018-05-11 | |
| | ||||
* | 'cpoptions': remove "<" flag; ignore <special> | Justin M. Keyes | 2017-07-08 | |
| | | | | Closes #6937 "nvim_get_keymap output is unreliable" | |||
* | functests: Test how spaces appear in get_keymap output | ZyX | 2017-07-02 | |
| | ||||
* | functests: Use more extensive testing | ZyX | 2017-07-02 | |
| | | | | Fixes #6937 | |||
* | message: Add support for replacing `<` to str2special | ZyX | 2017-07-02 | |
| | ||||
* | functests: Add tests for new behaviour | ZyX | 2017-07-02 | |
| | | | Apparently it is not working yet. | |||
* | functests: Remove local_copy function | ZyX | 2017-07-02 | |
| | ||||
* | get_keymap API (#6236) | TJ DeVries | 2017-05-25 | |
* Add api function get keymap nvim_get_keymap(mode) nvim_buf_get_keymap(buffer, mode) |