aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/input_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
* revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553)zeertzjq2022-05-13
* feat(mappings): do not simplify the rhs of a mappingzeertzjq2022-04-29
* feat(mappings): do not replace existing mapping for simplified formzeertzjq2022-04-29
* vim-patch:8.2.4504: when there is a partially matching map full map may not workzeertzjq2022-04-29
* vim-patch:8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeyszeertzjq2022-04-29
* vim-patch:8.2.0916: mapping with partly modifyOtherKeys code does not workzeertzjq2022-04-29
* vim-patch:8.2.0839: dropping modifier when putting a character back in typeaheadzeertzjq2022-04-29
* feat(keymap): add F38-F63 keys (#17893)zeertzjq2022-04-11
* vim-patch:partial:8.1.2333: with modifyOtherKeys CTRL-^ doesn't work (#18048)zeertzjq2022-04-09
* fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)zeertzjq2022-03-30
* feat(input): enable <tab>/<c-i>, <cr>/<c-m>, <esc>/<c-[> pairs unconditionallybfredl2022-03-24
* Merge pull request #17279 from zeertzjq/state-enter-vpeekcbfredl2022-02-06
|\
| * fix(event-loop): call vpeekc() directly first to check for characterzeertzjq2022-02-03
* | vim-patch:8.2.1128: the write message mentions characters, but it's byteszeertzjq2022-02-04
|/
* fix(input): never escape CSI byteszeertzjq2022-01-21
* state: throttle batched event processing when input is availableBjörn Linse2021-03-08
* keymap: Preserve S- modifier when C- is presentJames McCoy2020-11-16
* paste: use nvim_put()Justin M. Keyes2019-08-27
* paste: WIP #4448Justin M. Keyes2019-08-27
* keymap: allow modifiers to multibyte chars, like <m-ä>Björn Linse2019-08-16
* keymap, terminal: more keycodes #9810Olivier G-R2019-03-31
* keymap: add more (keypad) keycodes #9793Olivier G-R2019-03-29
* Mark "feeding large chunks of input with <Paste>" fragileJames McCoy2019-01-01
* defaults: shortmess+=F (#8619)Justin M. Keyes2018-06-22
* test/util: expect_err() (#8257)Justin M. Keyes2018-04-11
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* test: rename next_message() to next_msg()Justin M. Keyes2018-03-11
* message: don't output unprintable chars to screenBjörn Linse2018-03-04
* win: enable more functional testsJan Edmund Lazo2018-01-06
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* functests: Check logs in lua codeZyX2016-06-10
* keymap: Support <D-...> (super/command key).Justin M. Keyes2016-02-22
* test/functional: clean up according to luacheck (part 1)Marco Hinz2015-11-23
* tui: Don't use 'pastetoggle' for automatic pastingThiago de Arruda2015-10-01
* input: Escape utf8 sequences that contain CSI/K_SPECIALThiago de Arruda2015-02-18
* test: Add screen test facilityThiago de Arruda2014-12-09