aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/ex_terminal_spec.lua
Commit message (Expand)AuthorAge
* refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
* fix(edit): don't go to Terminal mode when stopping Insert mode (#27033)zeertzjq2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test(ex_terminal_spec): match descriptions (#26314)zeertzjq2023-11-30
* test: :terminal when 'shell' uses backslasheszeertzjq2023-11-30
* test(ex_terminal_spec): unskip tests that work on Windows (#26310)zeertzjq2023-11-30
* fix(terminal): avoid Insert mode in Terminal buffer (#25820)zeertzjq2023-10-29
* test: update tests for auto-closing :term buffersGregory Anders2023-08-10
* test: reduce flakiness (#24443)zeertzjq2023-07-23
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: introduce skip() #21010dundargoc2022-11-13
* ci: add cirrus to isCI function to skip tests (#20526)dundargoc2022-10-17
* ci: move BSD jobs from sourcehut to Cirrus CI #19616dundargoc2022-09-08
* refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* ci: skip tests that fail on windowsDundar Göc2022-02-20
* vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878zeertzjq2021-10-09
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* tests: ex_terminal_spec: retry ":terminal (with fake shell)" (#11588)Daniel Hahler2019-12-22
* test: use shell-test (avoid system shell)Justin M. Keyes2019-09-01
* tests: ex_terminal_spec: add test for previous leak (#10450)Daniel Hahler2019-07-08
* tests: fix flaky "terminal (with fake shell) with not arguments …" (#10401)Daniel Hahler2019-07-02
* Reset stop_insert_mode in terminal_enter rather than terminal_checkglacambre2019-04-20
* :stopinsert should leave terminal-mode #9856glacambre2019-04-08
* tests: introduce screen:expect{...} formBjörn Linse2018-08-27
* terminal: flush vterm output buffer on pty output #8486林千里2018-06-08
* win: defaults: 'shellcmdflag', 'shellxquote' #7343Jan Edmund Lazo2018-03-24
* :terminal Enter/Leave should not increment jumplistJustin M. Keyes2018-02-07
* win: enable tests in ex_terminal_specJan Edmund Lazo2018-01-06
* test: ex_terminal_spec.lua: retry flaky test (#7245)Justin M. Keyes2017-09-07
* Repair ex_terminal_spec functional testsDrew Neil2017-08-21
* win/test: enable more :terminal testsJustin M. Keyes2017-08-16
* win: support :terminalerw72017-08-16
* tests: detect invalid helpers.sleepBjörn Linse2017-04-21
* ui: add tests for new cursor shape modesBjörn Linse2017-04-21
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* terminal: Support extra arguments in 'shell'. #4504Jack Bracewell2017-03-17
* terminal: Follow output only if cursor is at end.Justin M. Keyes2017-02-26
* terminal: 'scrollback'Justin M. Keyes2017-02-26