summaryrefslogtreecommitdiff
path: root/src/testdir/test_terminal.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2364: termwinscroll test is flaky on FreeBSDv8.1.2364Bram Moolenaar2019-11-301-1/+1
* patch 8.1.2358: tests fail on Cirrus CI for FreeBSDv8.1.2358Bram Moolenaar2019-11-291-0/+1
* patch 8.1.2260: terminal test may fail on MS-Windowsv8.1.2260Bram Moolenaar2019-11-051-2/+6
* patch 8.1.2256: test for ":term ++shell" fails on MS-Windowsv8.1.2256Bram Moolenaar2019-11-041-1/+1
* patch 8.1.2255: ":term ++shell" does not work on MS-Windowsv8.1.2255Bram Moolenaar2019-11-041-9/+19
* patch 8.1.2251: ":term command" may not work without a shellv8.1.2251Bram Moolenaar2019-11-031-0/+12
* patch 8.1.2230: MS-Windows: testing external commands can be improvedv8.1.2230Bram Moolenaar2019-10-281-4/+13
* patch 8.1.2219: no autocommand for open window with terminalv8.1.2219Bram Moolenaar2019-10-261-0/+17
* patch 8.1.2195: Vim does not exit when the terminal window is last windowv8.1.2195Bram Moolenaar2019-10-201-0/+26
* patch 8.1.2158: terminal attributes missing in Terminal-normal modev8.1.2158Bram Moolenaar2019-10-161-0/+14
* patch 8.1.2155: in a terminal window 'cursorlineopt' does not work properlyv8.1.2155Bram Moolenaar2019-10-161-0/+27
* patch 8.1.2133: some tests fail when run as rootv8.1.2133Bram Moolenaar2019-10-101-2/+1
* patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar2019-09-261-5/+96
* patch 8.1.2066: no tests for state()v8.1.2066Bram Moolenaar2019-09-221-54/+18
* patch 8.1.2063: some tests fail when +balloon_eval_term is missingv8.1.2063Bram Moolenaar2019-09-211-0/+2
* patch 8.1.2030: tests fail when build with normal features and terminalv8.1.2030Bram Moolenaar2019-09-141-6/+8
* patch 8.1.2016: terminal altscreen test now fails on MS-Windowsv8.1.2016Bram Moolenaar2019-09-081-33/+19
* patch 8.1.2015: terminal altscreen test still fails sometimesv8.1.2015Bram Moolenaar2019-09-081-4/+10
* patch 8.1.2014: terminal altscreen test fails sometimesv8.1.2014Bram Moolenaar2019-09-081-4/+3
* patch 8.1.2012: more functions can be used as methodsv8.1.2012Bram Moolenaar2019-09-081-19/+38
* patch 8.1.1952: more functions can be used as a methodv8.1.1952Bram Moolenaar2019-08-311-0/+3
* patch 8.1.1848: 'langmap' is not used for CTRL-W command in terminalv8.1.1848Bram Moolenaar2019-08-151-0/+7
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-6/+2
* patch 8.1.1634: terminal test fails when term_getansicolors() is missingv8.1.1634Bram Moolenaar2019-07-041-0/+9
* patch 8.1.1630: various small problemsv8.1.1630Bram Moolenaar2019-07-041-3/+2
* patch 8.1.1581: shared functions for testing are disorganisedv8.1.1581Bram Moolenaar2019-06-231-23/+23
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-151-3/+2
* patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar2019-06-131-1/+1
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-18/+18
* patch 8.1.1461: tests do not run or are not reliable on some systemsv8.1.1461Bram Moolenaar2019-06-031-0/+1
* patch 8.1.1457: cannot reuse a buffer when loading a screen dumpv8.1.1457Bram Moolenaar2019-06-031-1/+20
* patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar2019-05-201-12/+13
* patch 8.1.1330: using bold attribute in terminal changes the colorv8.1.1330Bram Moolenaar2019-05-131-1/+7
* patch 8.1.1172: cursor properties were not fully testedv8.1.1172Bram Moolenaar2019-04-141-0/+57
* patch 8.1.1170: terminal ANSI color test does not cover all colorsv8.1.1170Bram Moolenaar2019-04-131-16/+16
* patch 8.1.1166: gettitle test can still fail when another Vim is runningv8.1.1166Bram Moolenaar2019-04-131-4/+5
* patch 8.1.1164: gettitle test is failing when server name differsv8.1.1164Bram Moolenaar2019-04-131-4/+8
* patch 8.1.1162: incorrect coverage information; typo in color namev8.1.1162Bram Moolenaar2019-04-131-1/+1
* patch 8.1.1161: unreachable codev8.1.1161Bram Moolenaar2019-04-121-0/+51
* patch 8.1.1141: terminal winpos test fails with very large terminalv8.1.1141Bram Moolenaar2019-04-091-2/+8
* patch 8.1.1132: getwinpos() test fails on MS-Windowsv8.1.1132Bram Moolenaar2019-04-061-11/+8
* patch 8.1.1131: getwinpos() does not work in the MS-Windows consolev8.1.1131Bram Moolenaar2019-04-061-10/+11
* patch 8.1.1128: getwinpos() test does not work on MS-Windowsv8.1.1128Bram Moolenaar2019-04-061-2/+3
* patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows consolev8.1.1127Bram Moolenaar2019-04-061-0/+5
* patch 8.1.1125: libvterm does not handle the window position reportv8.1.1125Bram Moolenaar2019-04-061-0/+33
* patch 8.1.1121: test for term_gettitle() was disabledv8.1.1121Bram Moolenaar2019-04-061-7/+5
* patch 8.1.1051: not all ways to switch terminal mode are testedv8.1.1051Bram Moolenaar2019-03-251-0/+23
* patch 8.1.0981: pasting in terminal insufficiently testedv8.1.0981Bram Moolenaar2019-02-251-0/+15
* patch 8.1.0974: cannot switch from terminal window to previous tabpagev8.1.0974Bram Moolenaar2019-02-221-5/+16
* patch 8.1.0972: cannot switch from terminal window to next tabpagev8.1.0972Bram Moolenaar2019-02-221-0/+12