aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/map_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
* fix(mappings): use all buckets in second round of unmap (#21534)zeertzjq2022-12-26
* vim-patch:8.2.2207: illegal memory access if popup menu items are changed (#2...zeertzjq2022-11-12
* fix(input): use correct grid when restoring cursor for <expr> mapping (#19047)zeertzjq2022-06-23
* test: move two mapping tests to ex_cmds/map_spec.luazeertzjq2022-03-02
* docs: clarify actual behavior of <Plug>zeertzjq2022-03-01
* Merge pull request #16969 from shadmansaleh/enhance/ingore_nore_on_plug_keymapsbfredl2022-02-27
|\
| * feat: ignore nore on <Plug> mapsshadmansaleh2022-02-27
* | test: add more tests for :*map cursor and redrawingzeertzjq2022-02-17
* | test: add some tests for :*map <expr>Jay Sandhu2022-02-17
|/
* os/input.c: parse keycodes in non-string context #7411lePerdu2018-01-18
* keymap: Do not use vim_isIDc in keymap.cZyX2017-11-30