summaryrefslogtreecommitdiff
path: root/src/testdir/test_terminal.vim
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* patch 8.1.0925: terminal scrollback test still still flakyv8.1.0925Bram Moolenaar2019-02-151-5/+3
* patch 8.1.0924: terminal scrollback test still flakyv8.1.0924Bram Moolenaar2019-02-151-2/+2
* patch 8.1.0923: terminal dump diff swap does not update file namesv8.1.0923Bram Moolenaar2019-02-151-0/+18
* patch 8.1.0922: terminal scrollback test is flakyv8.1.0922Bram Moolenaar2019-02-141-6/+4
* patch 8.1.0921: terminal test sometimes fails; using memory after freev8.1.0921Bram Moolenaar2019-02-141-3/+21
* patch 8.1.0920: in Terminal-Normal mode job output messes up the windowv8.1.0920Bram Moolenaar2019-02-141-0/+40
* patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar2019-02-031-6/+24
* patch 8.1.0846: not easy to recognize the system Vim runs onv8.1.0846Bram Moolenaar2019-01-291-1/+1
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-3/+0
* patch 8.1.0799: calling deleted function; test doesn't work on Macv8.1.0799Bram Moolenaar2019-01-231-7/+5
* patch 8.1.0796: MS-Windows 7: problem with named pipe on channelv8.1.0796Bram Moolenaar2019-01-221-2/+1
* patch 8.1.0786: ml_get error when updating the status linev8.1.0786Bram Moolenaar2019-01-201-0/+25
* patch 8.1.0780: terminal test fails on Macv8.1.0780Bram Moolenaar2019-01-191-1/+2
* patch 8.1.0778: terminal test fails on MS-Windowsv8.1.0778Bram Moolenaar2019-01-191-2/+2
* patch 8.1.0769: :stop is covered in two testsv8.1.0769Bram Moolenaar2019-01-171-33/+0
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-1/+25
* patch 8.1.0631: test for :stop fails on Archv8.1.0631Bram Moolenaar2018-12-241-2/+4
* patch 8.1.0625: MS-Windows: terminal test fails in white consolev8.1.0625Bram Moolenaar2018-12-221-3/+9