summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/input_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-12-15refactor(test): deprecates functions in some tests #36972glepnir1
2025-02-20fix(keycodes): recognize <Find>, <Select> #28431Mantas Mikulėnas1
2025-01-02feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal1
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-04-06test: reduce sleep for file timestamp change (#28196)zeertzjq1
2024-03-26refactor(tests): use new global defaults instead of set_default_attr_idsbfredl1
2024-02-03fix(keycodes): simplify S- properly when D- is present (#27316)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: remove helpers.sleep()Lewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2022-08-17fix(tests): remove irrelevant usage of display-=msgsepbfredl1
2022-05-13revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553)zeertzjq1
2022-04-29feat(mappings): do not simplify the rhs of a mappingzeertzjq1
2022-04-29feat(mappings): do not replace existing mapping for simplified formzeertzjq1
2022-04-29vim-patch:8.2.4504: when there is a partially matching map full map may not workzeertzjq1
2022-04-29vim-patch:8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeyszeertzjq1
2022-04-29vim-patch:8.2.0916: mapping with partly modifyOtherKeys code does not workzeertzjq1
2022-04-29vim-patch:8.2.0839: dropping modifier when putting a character back in typeaheadzeertzjq1
2022-04-11feat(keymap): add F38-F63 keys (#17893)zeertzjq1
2022-04-09vim-patch:partial:8.1.2333: with modifyOtherKeys CTRL-^ doesn't work (#18048)zeertzjq1
2022-03-30fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)zeertzjq1
2022-03-24feat(input): enable <tab>/<c-i>, <cr>/<c-m>, <esc>/<c-[> pairs unconditionallybfredl1
2022-02-06Merge pull request #17279 from zeertzjq/state-enter-vpeekcbfredl1
2022-02-04vim-patch:8.2.1128: the write message mentions characters, but it's byteszeertzjq1
2022-02-03fix(event-loop): call vpeekc() directly first to check for characterzeertzjq1
2022-01-21fix(input): never escape CSI byteszeertzjq1
2021-03-08state: throttle batched event processing when input is availableBjörn Linse1
2020-11-16keymap: Preserve S- modifier when C- is presentJames McCoy1
2019-08-27paste: use nvim_put()Justin M. Keyes1
2019-08-27paste: WIP #4448Justin M. Keyes1
2019-08-16keymap: allow modifiers to multibyte chars, like <m-ä>Björn Linse1
2019-03-31keymap, terminal: more keycodes #9810Olivier G-R1
2019-03-29keymap: add more (keypad) keycodes #9793Olivier G-R1
2019-01-01Mark "feeding large chunks of input with <Paste>" fragileJames McCoy1
2018-06-22defaults: shortmess+=F (#8619)Justin M. Keyes1
2018-04-11test/util: expect_err() (#8257)Justin M. Keyes1
2018-03-31msg: do not scroll entire screen (#8088)Björn Linse1
2018-03-11test: rename next_message() to next_msg()Justin M. Keyes1
2018-03-04message: don't output unprintable chars to screenBjörn Linse1
2018-01-06win: enable more functional testsJan Edmund Lazo1
2017-04-09functests: Replace execute with either command or feed_commandZyX1
2016-08-26Mark some functional tests as pending in WindowsRui Abreu Ferreira1
2016-06-10functests: Check logs in lua codeZyX1
2016-02-22keymap: Support <D-...> (super/command key).Justin M. Keyes1
2015-11-23test/functional: clean up according to luacheck (part 1)Marco Hinz1