summaryrefslogtreecommitdiff
path: root/src/testdir/test_terminal.vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.0618: term_getjob() does not return v:null as documentedv8.1.0618Bram Moolenaar2018-12-211-0/+5
* patch 8.1.0603: the :stop command is not testedv8.1.0603Bram Moolenaar2018-12-161-0/+31
* patch 8.1.0525: terminal test skips part on Windowsv8.1.0525Bram Moolenaar2018-11-121-8/+6
* patch 8.1.0524: terminal test fails on Windowsv8.1.0524Bram Moolenaar2018-11-111-1/+6
* patch 8.1.0522: :terminal does not show trailing empty linesv8.1.0522Bram Moolenaar2018-11-111-0/+22
* patch 8.1.0509: checking cwd not accessible fails for rootv8.1.0509Bram Moolenaar2018-11-031-7/+10
* patch 8.1.0485: term_start() does not check if directory is accessiblev8.1.0485Bram Moolenaar2018-10-191-0/+22
* patch 8.1.0243: using :term ++close ++hidden closes a windowv8.1.0243Bram Moolenaar2018-08-071-0/+12
* patch 8.1.0238: 'buftype' is cleared when using ":term ++hidden cat"v8.1.0238Bram Moolenaar2018-08-041-0/+16
* patch 8.1.0171: typing CTRL-W n in a terminal window causes ml_get errorv8.1.0171Bram Moolenaar2018-07-081-0/+26
* patch 8.1.0088: terminal test for stdout and stderr is a bit flakyv8.1.0088Bram Moolenaar2018-06-191-2/+3
* patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"v8.1.0087Bram Moolenaar2018-06-191-23/+55
* patch 8.1.0049: shell cannot tell running in a terminal windowv8.1.0049Bram Moolenaar2018-06-121-4/+11