aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/buffer_spec.lua
Commit message (Expand)AuthorAge
* fix(terminal): don't pass incomplete UTF-8 sequence to libvterm (#27922)zeertzjq2024-03-19
* test(terminal/buffer_spec): fix incorrect tests (#27923)zeertzjq2024-03-19
* refactor(drawline): integrate terminal hl with eol loop (#27893)zeertzjq2024-03-17
* test(terminal/buffer_spec): re-skip bang test on Windowszeertzjq2024-02-26
* fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
* fix(terminal): block input when there is pending TermRequest (#27589)zeertzjq2024-02-24
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* fix(terminal): use terminal buffer for TermRequest autocommand (#26974)Gregory Anders2024-01-09
* feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre2024-01-09
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* fix(terminal): never propagate $COLORTERM from outer env (#26440)zeertzjq2023-12-07
* test(terminal): remove unnecessary string operations (#26434)zeertzjq2023-12-07
* test: set notermguicolors in testsGregory Anders2023-12-06
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* test: unskip more terminal tests on Windows (#26315)zeertzjq2023-11-30
* 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