summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/terminal/ex_terminal_spec.lua
AgeCommit message (Expand)AuthorFiles
2024-01-19fix(edit): don't go to Terminal mode when stopping Insert mode (#27033)zeertzjq1
2023-11-30test: :terminal when 'shell' uses backslasheszeertzjq1
2023-11-30test(ex_terminal_spec): unskip tests that work on Windows (#26311)zeertzjq1
2023-10-29fix(terminal): avoid Insert mode in Terminal bufferzeertzjq1
2023-07-28test: reduce flakinesszeertzjq1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-10-17ci: add cirrus to isCI function to skip tests (#20526)dundargoc1
2022-09-08ci: move BSD jobs from sourcehut to Cirrus CI #19616dundargoc1
2022-06-25refactor(tests): introduce testprg()Justin M. Keyes1
2022-02-20ci: skip tests that fail on windowsDundar Göc1
2021-10-09vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878zeertzjq1
2021-09-01refactor(tests): use assert_alive() #15546Justin M. Keyes1
2020-10-19A Mudholland Dr. RecastBjörn Linse1
2019-12-22tests: ex_terminal_spec: retry ":terminal (with fake shell)" (#11588)Daniel Hahler1
2019-09-01test: use shell-test (avoid system shell)Justin M. Keyes1
2019-07-08tests: ex_terminal_spec: add test for previous leak (#10450)Daniel Hahler1
2019-07-02tests: fix flaky "terminal (with fake shell) with not arguments …" (#10401)Daniel Hahler1
2019-04-20Reset stop_insert_mode in terminal_enter rather than terminal_checkglacambre1
2019-04-08:stopinsert should leave terminal-mode #9856glacambre1
2018-08-27tests: introduce screen:expect{...} formBjörn Linse1
2018-06-08terminal: flush vterm output buffer on pty output #8486林千里1
2018-03-24win: defaults: 'shellcmdflag', 'shellxquote' #7343Jan Edmund Lazo1
2018-02-07:terminal Enter/Leave should not increment jumplistJustin M. Keyes1
2018-01-06win: enable tests in ex_terminal_specJan Edmund Lazo1
2017-09-07test: ex_terminal_spec.lua: retry flaky test (#7245)Justin M. Keyes1
2017-08-21Repair ex_terminal_spec functional testsDrew Neil1
2017-08-16win/test: enable more :terminal testsJustin M. Keyes1
2017-08-16win: support :terminalerw71
2017-04-21tests: detect invalid helpers.sleepBjörn Linse1
2017-04-21ui: add tests for new cursor shape modesBjörn Linse1
2017-04-09functests: Replace execute with either command or feed_commandZyX1
2017-03-17terminal: Support extra arguments in 'shell'. #4504Jack Bracewell1
2017-02-26terminal: Follow output only if cursor is at end.Justin M. Keyes1
2017-02-26terminal: 'scrollback'Justin M. Keyes1
2017-01-31eval.c: Fix findfile(), :find, gf in :terminal. #6009Tommy Allen1
2016-10-20test: :terminal should not interrupt Press-ENTERJustin M. Keyes1
2016-10-12test/terminal: Cover race when :term shell process exits.Justin M. Keyes1
2016-08-31Merge pull request #5225 from equalsraf/windows-functionaltestsBjörn Linse1
2016-08-29api/ui: add tests for popupmenu_external eventsBjörn Linse1
2016-08-26Mark some functional tests as pending in WindowsRui Abreu Ferreira1
2016-06-10functests: Check logs in lua codeZyX1
2016-05-15test: term_close use-after-freeJustin M. Keyes1
2016-05-15ex_terminal(): fix double-freeJustin M. Keyes1
2016-05-15test: ex_terminal() double-freeJustin M. Keyes1
2015-11-23test/functional: clean up according to luacheck (part 1)Marco Hinz1
2015-11-15Add TermClose eventMarco Hinz1
2015-05-02term: use an argument vector for termopen().Scott Prager1