summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0929: :term without argument does not workv8.0.0929Bram Moolenaar2017-08-132-1/+4
* patch 8.0.0928: MS-Windows: passing arglist to job has escaping problemsv8.0.0928Bram Moolenaar2017-08-136-80/+226
* patch 8.0.0927: if a terminal job sends a blank title "running" is not shownv8.0.0927Bram Moolenaar2017-08-132-1/+8
* patch 8.0.0926: when job in terminal window ends topline is wrongv8.0.0926Bram Moolenaar2017-08-132-0/+9
* patch 8.0.0925: MS-Windows GUI: channel I/O not handled right awayv8.0.0925Bram Moolenaar2017-08-132-6/+12
* patch 8.0.0924: terminal window not updated after using term_sendkeys()v8.0.0924Bram Moolenaar2017-08-132-13/+14
* patch 8.0.0923: crash in GUI when terminal job exitsv8.0.0923Bram Moolenaar2017-08-133-1/+38
* patch 8.0.0922: quickfix list always added after current onev8.0.0922Bram Moolenaar2017-08-134-35/+137
* patch 8.0.0921: terminal window cursor shape not supported in the GUIv8.0.0921Bram Moolenaar2017-08-126-18/+94
* patch 8.0.0920: cursor wrong after switching altscreen in terminalv8.0.0920Bram Moolenaar2017-08-123-2/+5
* patch 8.0.0919: cursor color isn't set on startupv8.0.0919Bram Moolenaar2017-08-122-1/+3
* patch 8.0.0918: cannot get terminal window cursor shape or attributesv8.0.0918Bram Moolenaar2017-08-1213-31/+196
* patch 8.0.0917: MS-Windows:CTRL-C handling in terminal window is wrongv8.0.0917Bram Moolenaar2017-08-123-6/+18
* patch 8.0.0916: cannot specify properties of window for terminal openv8.0.0916Bram Moolenaar2017-08-126-6/+56
* patch 8.0.0915: wrong initialisation of globalv8.0.0915Bram Moolenaar2017-08-122-1/+3
* patch 8.0.0914: highlight attributes are always combinedv8.0.0914Bram Moolenaar2017-08-124-10/+18
* patch 8.0.0913: MS-Windows: CTRL-C kills shell in terminal windowv8.0.0913Bram Moolenaar2017-08-125-4/+18
* patch 8.0.0912: cannot run a job in a hidden terminalv8.0.0912Bram Moolenaar2017-08-127-18/+103
* patch 8.0.0911: terminal test takes too longv8.0.0911Bram Moolenaar2017-08-113-10/+30
* patch 8.0.0910: cannot create a terminal in the current windowv8.0.0910Bram Moolenaar2017-08-117-24/+86
* patch 8.0.0909: channel test failsv8.0.0909Bram Moolenaar2017-08-112-2/+5
* patch 8.0.0908: cannot set terminal size with optionsv8.0.0908Bram Moolenaar2017-08-118-26/+86
* patch 8.0.0907: with cp932 font names might be misinterpretedv8.0.0907Bram Moolenaar2017-08-112-1/+5
* patch 8.0.0906: don't recognize Couchbase filesv8.0.0906Bram Moolenaar2017-08-113-1/+7
* patch 8.0.0905: MS-Windows: broken multi-byte characters in the consolev8.0.0905Bram Moolenaar2017-08-112-14/+38
* patch 8.0.0904: cannot set a location list from textv8.0.0904Bram Moolenaar2017-08-114-9/+166
* patch 8.0.0903: early return from test functionv8.0.0903Bram Moolenaar2017-08-112-1/+2
* Update runtime files.Bram Moolenaar2017-08-1114-58/+95
* patch 8.0.0902: cannot specify directory or environment for a jobv8.0.0902Bram Moolenaar2017-08-119-44/+253
* patch 8.0.0901: asan suppress file missing from distributionv8.0.0901Bram Moolenaar2017-08-112-0/+3
* patch 8.0.0900: :tab options doesn't open a new tab pagev8.0.0900Bram Moolenaar2017-08-113-12/+12
* patch 8.0.0899: function name mch_stop_job() is confusingv8.0.0899Bram Moolenaar2017-08-117-8/+10
* patch 8.0.0898: can't use the alternate screen in a terminal windowv8.0.0898Bram Moolenaar2017-08-116-0/+42
* patch 8.0.0897: wrong error message for invalid term_finish valuev8.0.0897Bram Moolenaar2017-08-112-1/+3
* patch 8.0.0896: cannot close a terminal window when the job endsv8.0.0896Bram Moolenaar2017-08-107-38/+161
* patch 8.0.0895: filetype test fails on MS-Windowsv8.0.0895Bram Moolenaar2017-08-092-16/+29
* patch 8.0.0894: there is no test for runtime filetype detectionv8.0.0894Bram Moolenaar2017-08-093-3/+482
* patch 8.0.0893: cannot get the scroll count of a terminal windowv8.0.0893Bram Moolenaar2017-08-086-2/+42
* patch 8.0.0892: when opening a terminal the pty size doesn't always matchv8.0.0892Bram Moolenaar2017-08-082-2/+7
* patch 8.0.0891: uninitialized memory use with empty line in terminalv8.0.0891Bram Moolenaar2017-08-072-1/+3
* patch 8.0.0890: still many old style testsv8.0.0890Bram Moolenaar2017-08-0716-271/+202
* patch 8.0.0889: gcc gives warnings for uninitialized variablesv8.0.0889Bram Moolenaar2017-08-072-0/+6
* patch 8.0.0888: compiler warnings with 64 bit buildv8.0.0888Bram Moolenaar2017-08-074-3/+7
* patch 8.0.0887: can create a logfile in the sandboxv8.0.0887Bram Moolenaar2017-08-072-0/+5
* patch 8.0.0886: crash when using ":term ls"v8.0.0886Bram Moolenaar2017-08-073-4/+33
* patch 8.0.0885: terminal window scrollback is stored inefficientlyv8.0.0885Bram Moolenaar2017-08-063-86/+199
* patch 8.0.0884: can't specify the wait time for term_wait()v8.0.0884Bram Moolenaar2017-08-064-7/+13
* patch 8.0.0883: invalid memory access with nonsensical scriptv8.0.0883Bram Moolenaar2017-08-062-5/+12
* patch 8.0.0882: term_scrape() and term_getline() require two argumentsv8.0.0882Bram Moolenaar2017-08-063-12/+29
* patch 8.0.0881: win32.mak no longer included in Windows SDKv8.0.0881Bram Moolenaar2017-08-063-5/+19