aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/buffer_spec.lua
Commit message (Expand)AuthorAge
* fix(terminal): forward horizontal mouse scrolling (#24552)zeertzjq2023-08-04
* fix(terminal): include modifiers when forwarding mouse (#24549)zeertzjq2023-08-04
* test: reduce flakiness (#24443)zeertzjq2023-07-23
* test: check that TextChangedT cannot delete terminal buffer (#24437)zeertzjq2023-07-23
* fix(terminal): send Shift-Home Shift-End Ctrl-Home Ctrl-End (#24418)zeertzjq2023-07-22
* fix(terminal): don't send unknown special keys to terminal (#24378)zeertzjq2023-07-17
* fix(api): disallow some more functions during textlockSean Dewar2023-07-05
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test: skip flaky test on Windowsdundargoc2023-05-14
* feat(vim.version): more coercion with strict=falseJustin M. Keyes2023-03-20
* fix: pasting in terminal buffer on windows #22566Enan Ajmain2023-03-19
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: introduce skip() #21010dundargoc2022-11-13
* vim-patch:9.0.0756 #20680Shougo2022-11-06
* test: add tests for #13549 #20285 #20290zeertzjq2022-09-23
* feat(terminal): implement <c-\><c-o> for terminal modebfredl2022-08-02
* fix(terminal): avoid reading over the end of cell.chars (#19580)zeertzjq2022-07-30
* ci: skip tests that fail on windowsDundar Göc2022-02-20
* test: remove redundant feed_command('terminal') (#16993)zeertzjq2022-01-08
* test: make some tests more stable (#16860)zeertzjq2022-01-01
* fix(terminal): return early if there are no invalid rowszeertzjq2021-12-08
* 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
* vim-patch:8.0.1525: using :wqa exits even if a job runs in a terminal windowJan Edmund Lazo2020-12-01
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* terminal: fix terminal attribute overflowerw72020-07-29
* terminal: disable 'scrolloff' (fixes flicker)Justin M. Keyes2020-05-04
* API: deprecate nvim_command_outputJustin M. Keyes2019-12-02
* win_line: Fix crash with 'rightleft' in :terminal #11460erw72019-11-28
* tests/ui: cleanup illegitimate usages of "attr_ignore"Björn Linse2019-10-13
* tests: win: enable buffer focus testJan Edmund Lazo2019-08-18
* :terminal : set topline based on window height #8325Andrew Pyatkov2019-01-29
* tests: introduce screen:expect{...} formBjörn Linse2018-08-27
* terminal: handle &confirm and :confirm on unloading (#8726)Marco Hinz2018-07-12
* win/test: enable more :terminal testsJustin M. Keyes2017-08-16
* win: support :terminalerw72017-08-16
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* test: backtick expansion #6218Justin M. Keyes2017-03-06
* terminal.c: Reset cursor postion when using termopen() (#6212)oni-link2017-03-04
* terminal: Keep cursor position.Justin M. Keyes2017-03-01
* Add some tests and cleanup.Michael Ennen2016-12-12
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* tests: don't ignore highlights in terminal testsBjörn Linse2016-08-14
* functests: Check logs in lua codeZyX2016-06-10