aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal
Commit message (Expand)AuthorAge
...
* terminal: Fix mouse coordinates issue (#12158)erw72020-04-21
* terminal: absolute CWD in term:// URI #11289Chris LaRose2020-01-26
* edit.c: Ensure undo sync when emulating <Esc>x #11706Matthew Malcomson2020-01-12
* tests: ex_terminal_spec: retry ":terminal (with fake shell)" (#11588)Daniel Hahler2019-12-22
* API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes2019-12-02
* API: deprecate nvim_command_outputJustin M. Keyes2019-12-02
* win_line: Fix crash with 'rightleft' in :terminal #11460erw72019-11-28
* 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/ui: cleanup illegitimate usages of "attr_ignore"Björn Linse2019-10-13
* tests/ui: make screen.lua use "linegrid" representation internallyBjö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
* tests: fix flaky 'scrollback' option deletes lines (only) if necessary (#11003)Daniel Hahler2019-09-16
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* 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: Eliminate expect_errJustin M. Keyes2019-09-06
* test: add tests for pager glitches and crashesBjörn Linse2019-09-06
* tests: scrollback_spec: use shell-test instead of awk (#10914)Daniel Hahler2019-09-04
* 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
* Merge pull request #10400 from bfredl/msg_gridBjörn Linse2019-09-01
|\
| * test/ui: update tests for new msg_grid implementationBjörn Linse2019-09-01
* | test: use shell-test (avoid system shell)Justin M. Keyes2019-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