summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0814: file in Filelist does not existv8.0.0814Bram Moolenaar2017-07-302-1/+2
* patch 8.0.0813: cannot use a terminal window while the job is runningv8.0.0813Bram Moolenaar2017-07-308-137/+351
* patch 8.0.0812: terminal window colors shift when 'number' is setv8.0.0812Bram Moolenaar2017-07-302-1/+3
* patch 8.0.0811: MS-Windows: test_expand_dllpath failsv8.0.0811Bram Moolenaar2017-07-302-1/+4
* patch 8.0.0810: MS-Windows: tests still hangv8.0.0810Bram Moolenaar2017-07-302-1/+5
* patch 8.0.0809: MS-Windows: tests hangv8.0.0809Bram Moolenaar2017-07-293-0/+6
* patch 8.0.0808: cannot build with terminal feature and DEBUG definedv8.0.0808Bram Moolenaar2017-07-292-1/+3
* patch 8.0.0807: terminal window can't handle mouse buttonsv8.0.0807Bram Moolenaar2017-07-292-27/+90
* patch 8.0.0806: tests may try to create XfakeHOME twicev8.0.0806Bram Moolenaar2017-07-292-0/+10
* patch 8.0.0805: GUI test fails with gnome2v8.0.0805Bram Moolenaar2017-07-293-1/+8
* patch 8.0.0804: running tests fails when stdin is /dev/nullv8.0.0804Bram Moolenaar2017-07-293-4/+8
* patch 8.0.0804: terminal window functions not yet implementedv8.0.0803Bram Moolenaar2017-07-299-89/+577
* patch 8.0.0802: last line of terminal window has no colorv8.0.0802Bram Moolenaar2017-07-292-1/+3
* patch 8.0.0801: terminal window title says "running" after job exitsv8.0.0801Bram Moolenaar2017-07-292-1/+7
* patch 8.0.0800v8.0.0800Bram Moolenaar2017-07-292-18/+24
* patch 8.0.0799: missing semicolonv8.0.0799Bram Moolenaar2017-07-282-1/+3
* patch 8.0.0798: no highlighting in a terminal window with a finished jobv8.0.0798Bram Moolenaar2017-07-285-8/+93
* patch 8.0.0797: finished job in terminal window is not handledv8.0.0797Bram Moolenaar2017-07-287-80/+281
* patch 8.0.0796: no coverage on Travis with clangv8.0.0796Bram Moolenaar2017-07-282-6/+3
* patch 8.0.0795: terminal feature does not build with older MSVCv8.0.0795Bram Moolenaar2017-07-282-1/+6
* patch 8.0.0794: checking translations fails with multiple NLv8.0.0794Bram Moolenaar2017-07-285-15/+57
* patch 8.0.0793: using wrong terminal name for terminal windowv8.0.0793Bram Moolenaar2017-07-282-1/+4
* patch 8.0.0792: spell test leaves files behindv8.0.0792Bram Moolenaar2017-07-282-0/+13
* patch 8.0.0791: terminal colors depend on the systemv8.0.0791Bram Moolenaar2017-07-284-108/+136
* patch 8.0.0790: MSVC compiler warning for strncpy in libvtermv8.0.0790Bram Moolenaar2017-07-282-2/+4
* patch 8.0.0789: splitting terminal window has resizing problemsv8.0.0789Bram Moolenaar2017-07-282-2/+18
* patch 8.0.0788: MS-Windows: cannot build with terminal featurev8.0.0788Bram Moolenaar2017-07-282-20/+22
* patch 8.0.0787: cannot send CTRL-W command to terminal jobv8.0.0787Bram Moolenaar2017-07-284-19/+54
* patch 8.0.0786: build failures on Travisv8.0.0786Bram Moolenaar2017-07-281-0/+2
* Do not run coverage with clang, currently fails.Bram Moolenaar2017-07-281-0/+5
* Do not invoke rvm resetBram Moolenaar2017-07-281-1/+0
* Remove ruby-dev from travis config.Bram Moolenaar2017-07-281-1/+0
* Switch travis back to precise temporarilyBram Moolenaar2017-07-281-1/+2
* patch 8.0.0785: wildcards are not expanded for :terminalv8.0.0785Bram Moolenaar2017-07-273-11/+16
* patch 8.0.0784: job of terminal may be garbage collectedv8.0.0784Bram Moolenaar2017-07-274-0/+27
* patch 8.0.0783: job of terminal may be freed too earlyv8.0.0783Bram Moolenaar2017-07-272-0/+5
* patch 8.0.0782: using freed memory in quickfix codev8.0.0782Bram Moolenaar2017-07-277-14/+44
* patch 8.0.0781: MS-Windows: memory leak when using :terminalv8.0.0781Bram Moolenaar2017-07-272-3/+14
* patch 8.0.0780: build failure on Travisv8.0.0780Bram Moolenaar2017-07-272-2/+7
* patch 8.0.0779: :term without an argument uses empty buffer namev8.0.0779Bram Moolenaar2017-07-262-3/+5
* patch 8.0.0778: in a terminal the cursor may be hiddenv8.0.0778Bram Moolenaar2017-07-262-3/+6
* patch 8.0.0777: compiler warnings with 64 bit compilerv8.0.0777Bram Moolenaar2017-07-264-11/+14
* patch 8.0.0776: function prototypes missing without the quickfix featurev8.0.0776Bram Moolenaar2017-07-255-75/+75
* patch 8.0.0775: in a terminal the cursor is updated too oftenv8.0.0775Bram Moolenaar2017-07-252-14/+46
* patch 8.0.0774: build failure without the multi-byte featurev8.0.0774Bram Moolenaar2017-07-252-8/+9
* patch 8.0.0773: mixing 32 and 64 bit libvterm builds failsv8.0.0773Bram Moolenaar2017-07-254-88/+137
* patch 8.0.0772: other stdbool.h dependencies in libvtermv8.0.0772Bram Moolenaar2017-07-256-13/+19
* patch 8.0.0771: cursor in terminal window not always updated in GUIv8.0.0771Bram Moolenaar2017-07-242-11/+20
* patch 8.0.0770: compiler warning for missing field initializerv8.0.0770Bram Moolenaar2017-07-242-1/+3
* patch 8.0.0769: build problems with terminal on MS-Windowsv8.0.0769Bram Moolenaar2017-07-248-42/+71