aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal
Commit message (Expand)AuthorAge
* fix(terminal): fix resize crash with pending scrollback (#14891)Sean Dewar2021-12-15
* 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
* Merge pull request #16414 from zeertzjq/terminal-no-invalid-rowsJames McCoy2021-12-09
|\
| * fix(terminal): return early if there are no invalid rowszeertzjq2021-12-08
* | fix(terminal): use coladvance() to calculate buffer cursor positionzeertzjq2021-12-08
|/
* test: add tests for freeing channel opened by termopen()zeertzjq2021-11-11
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878zeertzjq2021-10-09
* fix: set cursorlineopt=number in terminal mode (#15493)Yorick Peterse2021-10-06
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* fix(jobwait): always drain process event queues #15402Gregory Anders2021-08-31
* fix(terminal): close without ! if the job is stoppedGregory Anders2021-08-31
* chore: revert unrelated changes in testDylan Armstrong2021-02-27
* test: use assert_alive helper rather than eqDylan Armstrong2021-02-27
* test: segfault test for empty buffer paste on termDylan Armstrong2021-02-26
* tests: Take into account magic hyphen. (#13518)Edwin Pujols2020-12-11
* test/wildmode_spec: override $PS1Jan Edmund Lazo2020-12-01
* vim-patch:8.0.1525: using :wqa exits even if a job runs in a terminal windowJan Edmund Lazo2020-12-01
* test: add functional test for segmented response from terminalerw72020-11-20
* GHA: Skip tests that fail due to actions/runner#241James McCoy2020-11-13
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* tests/terminal/tui: wait 1ms to avoid data race in FreeBSDJan Edmund Lazo2020-08-02
* terminal: fix terminal attribute overflowerw72020-07-29
* terminal: preserve mode when using <Cmd>wincmd in terminal mode (#12254)Ghjuvan Lacambre2020-06-22
* terminal: disable 'scrolloff' (fixes flicker)Justin M. Keyes2020-05-04
* 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