summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ex_cmds/cmd_map_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-03-14test: do not dedent() in feed() (#32884)zeertzjq1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2024-02-15vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-10-10docs: small fixesdundargoc1
2023-05-08vim-patch:8.2.3887: E1135 is used for two different errorszeertzjq1
2023-05-08vim-patch:8.2.1978: making a mapping work in all modes is complicatedzeertzjq1
2022-05-03test: add more tests for K_SPECIAL escaping in <Cmd> mappingzeertzjq1
2022-04-30test: add test for <Cmd> mapping with character containing K_SPECIAL bytezeertzjq1
2022-04-29feat(mappings): allow special keys and modifiers in <Cmd> mappingzeertzjq1
2022-03-27feat(test): use nvim_exec in helpers.source() #16064Justin M. Keyes1
2019-01-15screen: don't unconditionally clear messages on window scrollBjörn Linse1
2018-12-01insert: make <cmd> mapping work in completion (CTRL-X) modeBjörn Linse1
2018-09-13getchar: allow <SID> in <Cmd> mappingBjörn Linse1
2018-08-17cmdline: always use save_cmdline before command_line_enterBjörn Linse1
2018-03-31msg: do not scroll entire screen (#8088)Björn Linse1
2018-03-23getchar: implement <Cmd> key to invoke command in any modeBjörn Linse1