aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
Commit message (Expand)AuthorAge
* vim-patch:9.0.0071: command overlaps with printed text in scrollback (#19505)zeertzjq2022-07-26
* test: improve some input testszeertzjq2022-07-25
* Merge pull request #19180 from zeertzjq/tui-kitty-keypadzeertzjq2022-07-07
|\
| * test: add tests for keypad keys from kitty keyboard protocolzeertzjq2022-07-04
* | fix(tui): resize at startup #17795Javier Lopez2022-07-04
|/
* refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* fix(tui)!: remove `ESC NUL` forced escape (#17198)zeertzjq2022-04-11
* fix(paste): don't move cursor past the end of pasted text in Normal modezeertzjq2022-03-15
* test: make some tests more stable (#16860)zeertzjq2022-01-01
* perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders2021-12-16
* test: expect the correct screen in TUI paste: big burst of input (#16656)zeertzjq2021-12-15
* fix(tui): end streamed paste correctly when key buffer is emptyzeertzjq2021-12-10
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* tests: Take into account magic hyphen. (#13518)Edwin Pujols2020-12-11
* test: add functional test for segmented response from terminalerw72020-11-20
* GHA: Skip tests that fail due to actions/runner#241James McCoy2020-11-13
* tests/terminal/tui: wait 1ms to avoid data race in FreeBSDJan Edmund Lazo2020-08-02
* edit.c: Ensure undo sync when emulating <Esc>x #11706Matthew Malcomson2020-01-12
* API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes2019-12-02
* test/Screen:expect: replace "{IGNORE}" with "{MATCH:…}"Justin M. Keyes2019-11-09
* paste: Select-mode, Visual-mode #11360Justin M. Keyes2019-11-09
* doc: vim.fn, vim.call(), vim.api [ci skip]Justin M. Keyes2019-11-06
* terminal: add tests for palette color forwardingBjörn Linse2019-11-03
* tests: fix non-controversial misuse of `pending` (#11247)Daniel Hahler2019-10-18
* tests: tui_spec: fix waiting for terminal to be ready (#11232)Daniel Hahler2019-10-15
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* tests: tui_spec: improve/merge OptionSet/deferredDaniel Hahler2019-10-04
* Fix flaky test: tui_spec: increase timeout (#11134)Daniel Hahler2019-10-02
* tui: improve handle_background_color: short-circuit (#11067)Daniel Hahler2019-09-30
* paste: fix handling of "<" in cmdline (#11094)Daniel Hahler2019-09-25
* tui_spec: improve "TUI paste: exactly 64 bytes" (#11086)Daniel Hahler2019-09-24
* UIEnter/UILeave: fire for embedder UI, builtin TUIJustin M. Keyes2019-09-12
* API/nvim_list_uis(): include "chan" field for TUIJustin M. Keyes2019-09-12
* paste: fix paste in terminal modeBjörn Linse2019-09-11
* terminal: fix rgb rendering of palette colorsBjörn Linse2019-09-10
* paste: fix normal-mode paste by different approach #10976Justin M. Keyes2019-09-09
* paste: insert before cursor alwaysJustin M. Keyes2019-09-08
* paste: do not clobber msg area for small pastesJustin M. Keyes2019-09-08
* paste/cmdline: discard all chunks after first lineJustin M. Keyes2019-09-08
* paste: reset 'paste' option immediately #10974Justin M. Keyes2019-09-08
* update tests for new resize behavior (resize at pager, but not at :!cmd)Björn Linse2019-09-08
* tests: fix flaky "TUI FocusGained/FocusLost in terminal-mode" #10754Daniel Hahler2019-09-07
* test: add tests for pager glitches and crashesBjörn Linse2019-09-06
* test/uname(): always lowercaseJustin M. Keyes2019-09-01
* CI/OpenBSD: run functional testsEdd Barrett2019-09-01
* paste: one undo-block per streamJustin M. Keyes2019-09-02
* test/ui: update tests for new msg_grid implementationBjörn Linse2019-09-01
* tui/input: defer nvim_paste properly.Björn Linse2019-08-31
* test: vim.paste() cancelJustin M. Keyes2019-08-30