summaryrefslogtreecommitdiff
path: root/src/testdir/test_terminal.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2818: no jump added when opening terminal in current windowv8.2.2818Bram Moolenaar2021-04-291-0/+7
* patch 8.2.2700: nested autocmd test fails sometimesv8.2.2700Bram Moolenaar2021-04-031-2/+2
* patch 8.2.2695: cursor position reset with nested autocommandsv8.2.2695Bram Moolenaar2021-04-031-0/+27
* patch 8.2.2647: terminal test sometimes hangsv8.2.2647Bram Moolenaar2021-03-231-0/+2
* patch 8.2.2545: errors and crash when terminal window is zero heightv8.2.2545Bram Moolenaar2021-02-231-0/+13
* patch 8.2.2487: terminal shows garbage after double-wide characterv8.2.2487Bram Moolenaar2021-02-081-5/+30
* patch 8.2.2040: terminal buffer disappears even when 'bufhidden' is "hide"v8.2.2040Bram Moolenaar2020-11-241-1/+20
* patch 8.2.2007: test for insert mode in popup is not reliablev8.2.2007Bram Moolenaar2020-11-181-1/+1
* patch 8.2.1999: terminal popup test sometimes failsv8.2.1999Bram Moolenaar2020-11-161-2/+2
* patch 8.2.1998: terminal Cmd test sometimes fails to close popupv8.2.1998Bram Moolenaar2020-11-161-3/+2
* patch 8.2.1997: window changes when using bufload() while in a terminal popupv8.2.1997Bram Moolenaar2020-11-161-0/+17
* patch 8.2.1988: still in Insert mode when opening terminal popupv8.2.1988Bram Moolenaar2020-11-141-0/+18
* patch 8.2.1985: crash when closing terminal popup with <Cmd> mappingv8.2.1985Bram Moolenaar2020-11-141-0/+12
* patch 8.2.1983: ml_get error when using <Cmd> to open a terminalv8.2.1983Bram Moolenaar2020-11-141-1/+24
* patch 8.2.1979: "term_opencmd" option of term_start() is truncatedv8.2.1979Bram Moolenaar2020-11-121-1/+3
* patch 8.2.1959: crash when terminal buffer name is made emptyv8.2.1959Bram Moolenaar2020-11-051-0/+10
* patch 8.2.1938: wiping out a terminal buffer makes some tests failv8.2.1938Bram Moolenaar2020-11-011-1/+1
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-3/+3
* patch 8.2.1772: cannot use CTRL-W <Down> to move out of a terminal windowv8.2.1772Bram Moolenaar2020-09-291-0/+17
* patch 8.2.1630: terminal test failsv8.2.1630Bram Moolenaar2020-09-061-1/+1
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-10/+10
* patch 8.2.1498: on slow systems tests can be flakyv8.2.1498Bram Moolenaar2020-08-201-4/+4
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-3/+1
* patch 8.2.1353: crash when drawing double-wide character in terminal windowv8.2.1353Bram Moolenaar2020-08-021-0/+15
* patch 8.2.1273: MS-Windows: terminal test may leave file behindv8.2.1273Bram Moolenaar2020-07-221-0/+7
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-12/+12
* patch 8.2.1177: terminal2 test sometimes hangs in the GUIv8.2.1177Bram Moolenaar2020-07-111-1/+467
* patch 8.2.1114: terminal test sometimes times outv8.2.1114Bram Moolenaar2020-07-011-1555/+3
* patch 8.2.0936: some terminals misinterpret the code for getting cursor stylev8.2.0936Bram Moolenaar2020-06-091-3/+0
* patch 8.2.0862: ":term ++curwin" makes the current buffer hiddenv8.2.0862Bram Moolenaar2020-05-311-5/+10
* patch 8.2.0816: terminal test fails when compiled with Athenav8.2.0816Bram Moolenaar2020-05-241-4/+10
* patch 8.2.0811: terminal keycode test is flakyv8.2.0811Bram Moolenaar2020-05-221-7/+5
* patch 8.2.0808: not enough testing for the terminal windowv8.2.0808Bram Moolenaar2020-05-221-16/+37
* patch 8.2.0805: terminal key codes test fails on some systemsv8.2.0805Bram Moolenaar2020-05-211-11/+34
* patch 8.2.0791: a second popup window with terminal causes troublev8.2.0791Bram Moolenaar2020-05-181-5/+2
* patch 8.2.0777: terminal test failsv8.2.0777Bram Moolenaar2020-05-171-4/+4
* patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar2020-05-131-20/+8
* patch 8.2.0738: mouse handling in a terminal window not well testedv8.2.0738Bram Moolenaar2020-05-111-0/+225
* patch 8.2.0687: some tests do not work on FreeBSDv8.2.0687Bram Moolenaar2020-05-031-8/+10
* patch 8.2.0665: wrongly assuming Python executable is called "python"v8.2.0665Bram Moolenaar2020-04-301-15/+13
* patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar2020-04-261-0/+18
* patch 8.2.0604: :startinsert in a terminal window used laterv8.2.0604Bram Moolenaar2020-04-191-0/+22
* patch 8.2.0540: regexp and other code not testedv8.2.0540Bram Moolenaar2020-04-111-0/+1
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-54/+54
* patch 8.2.0505: term_getty() not sufficiently testedv8.2.0505Bram Moolenaar2020-04-031-10/+43
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-301-0/+27
* patch 8.2.0476: terminal nasty callback test fails sometimesv8.2.0476Bram Moolenaar2020-03-291-3/+5
* patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar2020-03-261-1/+40
* patch 8.2.0447: terminal scroll tests fails on some systemsv8.2.0447Bram Moolenaar2020-03-251-6/+9
* patch 8.2.0441: terminal noblock test is still failing on BSDv8.2.0441Bram Moolenaar2020-03-241-4/+5