aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
Commit message (Expand)AuthorAge
* 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
* paste: break lines at CR, CRLF #10877Justin M. Keyes2019-08-29
* API: TRY_WRAP() for "abort-causing non-exception errors"Justin M. Keyes2019-08-28
* paste: handle 'nomodifiable'Justin M. Keyes2019-08-27
* paste: make vim.paste() "public"Justin M. Keyes2019-08-27
* paste: handle vim.paste() failureJustin M. Keyes2019-08-27
* paste: implement redo (AKA dot-repeat)Justin M. Keyes2019-08-27
* paste: insert text "before" cursor in Insert-modeJustin M. Keyes2019-08-27
* API: nvim_pasteJustin M. Keyes2019-08-27
* paste: workaround typeahead raceJustin M. Keyes2019-08-27
* API: nvim_put: always PUT_CURSENDJustin M. Keyes2019-08-27
* test/tui_spec: connect to child sessionJustin M. Keyes2019-08-27
* paste: edge-case: handle EOL at end-of-bufferJustin M. Keyes2019-08-27
* paste: testJustin M. Keyes2019-08-27
* paste: use nvim_put()Justin M. Keyes2019-08-27
* paste: fixup testsJustin M. Keyes2019-08-27
* TUI/paste: always flush on paste mode-changeJustin M. Keyes2019-08-27
* tests: make TERM=interix test pending (#10576)Daniel Hahler2019-07-22
* tests: fix/improve "TUI background color" tests (#10229)Daniel Hahler2019-07-03
* getchar: Handle incomplete <Paste> in typeahead buffer #10311Alan Wu2019-06-24
* tui: support rgba background detection (#10205)Harm te Hennepe2019-06-13
* TUI: set os/input.c:global_fd to input->in_fd #10174erw72019-06-10