summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_terminal.vim
AgeCommit message (Expand)Author
2022-03-31patch 8.2.4655: cmdline completion popup menu positioned wrongv8.2.4655Yegappan Lakshmanan
2022-02-23patch 8.2.4456: terminal test may fail on some machinesv8.2.4456Zdenek Dohnal
2022-02-10patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menuv8.2.4339Yegappan Lakshmanan
2022-01-20patch 8.2.4157: terminal test fails because Windows sets the titlev8.2.4157ichizok
2022-01-13patch 8.2.4078: terminal test for current directory not used on FreeBSDv8.2.4078Bram Moolenaar
2021-12-16patch 8.2.3828: when opening a terminal from a timer first typed char is lostv8.2.3828Bram Moolenaar
2021-12-14patch 8.2.3806: terminal focus test fails sometimesv8.2.3806Bram Moolenaar
2021-12-13patch 8.2.3802: terminal in two windows test fails on some systemsv8.2.3802Bram Moolenaar
2021-12-13patch 8.2.3801: if a terminal shows in two windows, only one is redrawnv8.2.3801Bram Moolenaar
2021-12-09patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar
2021-12-08patch 8.2.3761: focus change is not passed on to a terminal windowv8.2.3761Bram Moolenaar
2021-11-21patch 8.2.3640: freeze when calling term_wait() in a close callbackv8.2.3640Bram Moolenaar
2021-11-19patch 8.2.3624: when renaming a terminal buffer status text is not updatedv8.2.3624Bram Moolenaar
2021-11-13patch 8.2.3589: failure when "term_rows" of term_start() is an unusual valuev8.2.3589Bram Moolenaar
2021-11-12patch 8.2.3585: crash when passing float to "term_rows" of term_start()v8.2.3585Bram Moolenaar
2021-10-16patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar
2021-04-29patch 8.2.2818: no jump added when opening terminal in current windowv8.2.2818Bram Moolenaar
2021-04-03patch 8.2.2700: nested autocmd test fails sometimesv8.2.2700Bram Moolenaar
2021-04-03patch 8.2.2695: cursor position reset with nested autocommandsv8.2.2695Bram Moolenaar
2021-03-23patch 8.2.2647: terminal test sometimes hangsv8.2.2647Bram Moolenaar
2021-02-23patch 8.2.2545: errors and crash when terminal window is zero heightv8.2.2545Bram Moolenaar
2021-02-08patch 8.2.2487: terminal shows garbage after double-wide characterv8.2.2487Bram Moolenaar
2020-11-24patch 8.2.2040: terminal buffer disappears even when 'bufhidden' is "hide"v8.2.2040Bram Moolenaar
2020-11-18patch 8.2.2007: test for insert mode in popup is not reliablev8.2.2007Bram Moolenaar
2020-11-16patch 8.2.1999: terminal popup test sometimes failsv8.2.1999Bram Moolenaar
2020-11-16patch 8.2.1998: terminal Cmd test sometimes fails to close popupv8.2.1998Bram Moolenaar
2020-11-16patch 8.2.1997: window changes when using bufload() while in a terminal popupv8.2.1997Bram Moolenaar
2020-11-14patch 8.2.1988: still in Insert mode when opening terminal popupv8.2.1988Bram Moolenaar
2020-11-14patch 8.2.1985: crash when closing terminal popup with <Cmd> mappingv8.2.1985Bram Moolenaar
2020-11-14patch 8.2.1983: ml_get error when using <Cmd> to open a terminalv8.2.1983Bram Moolenaar
2020-11-12patch 8.2.1979: "term_opencmd" option of term_start() is truncatedv8.2.1979Bram Moolenaar
2020-11-05patch 8.2.1959: crash when terminal buffer name is made emptyv8.2.1959Bram Moolenaar
2020-11-01patch 8.2.1938: wiping out a terminal buffer makes some tests failv8.2.1938Bram Moolenaar
2020-10-28patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar
2020-09-29patch 8.2.1772: cannot use CTRL-W <Down> to move out of a terminal windowv8.2.1772Bram Moolenaar
2020-09-06patch 8.2.1630: terminal test failsv8.2.1630Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-08-20patch 8.2.1498: on slow systems tests can be flakyv8.2.1498Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-08-02patch 8.2.1353: crash when drawing double-wide character in terminal windowv8.2.1353Bram Moolenaar
2020-07-22patch 8.2.1273: MS-Windows: terminal test may leave file behindv8.2.1273Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-07-11patch 8.2.1177: terminal2 test sometimes hangs in the GUIv8.2.1177Bram Moolenaar
2020-07-01patch 8.2.1114: terminal test sometimes times outv8.2.1114Bram Moolenaar
2020-06-09patch 8.2.0936: some terminals misinterpret the code for getting cursor stylev8.2.0936Bram Moolenaar
2020-05-31patch 8.2.0862: ":term ++curwin" makes the current buffer hiddenv8.2.0862Bram Moolenaar
2020-05-24patch 8.2.0816: terminal test fails when compiled with Athenav8.2.0816Bram Moolenaar
2020-05-22patch 8.2.0811: terminal keycode test is flakyv8.2.0811Bram Moolenaar
2020-05-22patch 8.2.0808: not enough testing for the terminal windowv8.2.0808Bram Moolenaar
2020-05-21patch 8.2.0805: terminal key codes test fails on some systemsv8.2.0805Bram Moolenaar