aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/keymap_spec.lua
Commit message (Expand)AuthorAge
* docs: fix typosdundargoc2022-11-02
* docs: fix typos (#20394)dundargoc2022-09-30
* refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)zeertzjq2022-08-31
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
* test: fix api/keymap_spec.lua testszeertzjq2022-08-01
* feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142022-08-01
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq2022-06-01
* fix(mappings): fix double-free when unmapping simplifiable Lua mappingzeertzjq2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* test: move two mapping tests to ex_cmds/map_spec.luazeertzjq2022-03-02
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* feat(mappings): considering map description when filtering (#17423)Shadman2022-02-16
* fix: <Nop> not shown in :map commandsshadmansaleh2022-02-16
* fix(completion): prevent K_LUA from closing pumzeertzjq2022-01-10
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* fix: check for valid buffer handles in modify_keymap (#13543)Thomas Vigouroux2021-01-03
* feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz2020-11-13
* vim-patch:8.2.0491: cannot recognize a <script> mapping using maparg()Jan Edmund Lazo2020-06-04
* API: deprecate nvim_command_outputJustin M. Keyes2019-12-02
* test: Eliminate expect_errJustin M. Keyes2019-09-06
* Change test because maparg was changed to also return lnumerw72019-09-04
* vim-patch:8.1.1759: no mode char for terminal mapping from maparg()notomo2019-07-28
* test: remove use of require('test.helpers')Justin M. Keyes2019-05-18
* API/nvim_set_keymap: remove mode-shortname aliasesJustin M. Keyes2019-05-12
* API/nvim_set_keymap: minor cleanupJustin M. Keyes2019-05-12
* API: nvim_set_keymap, nvim_del_keymap #9924Yilin Yang2019-05-12
* API: nvim_get_commands()Nimit Bhardwaj2018-05-11
* 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
* functests: Test how spaces appear in get_keymap outputZyX2017-07-02
* functests: Use more extensive testingZyX2017-07-02
* message: Add support for replacing `<` to str2specialZyX2017-07-02
* functests: Add tests for new behaviourZyX2017-07-02
* functests: Remove local_copy functionZyX2017-07-02
* get_keymap API (#6236)TJ DeVries2017-05-25