summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.0880: Travis uses an old Ubuntu versionv8.0.0880Bram Moolenaar2017-08-066-8/+58
* patch 8.0.0879: crash when shifting with huge numberv8.0.0879Bram Moolenaar2017-08-063-1/+14
* patch 8.0.0878: no completion for :mapclearv8.0.0878Bram Moolenaar2017-08-068-0/+34
* patch 8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistentv8.0.0877Bram Moolenaar2017-08-066-63/+55
* patch 8.0.0876: backslashes and wildcards in backticks don't workv8.0.0876Bram Moolenaar2017-08-053-1/+22
* patch 8.0.0875: crash with weird command sequencev8.0.0875Bram Moolenaar2017-08-052-1/+3
* patch 8.0.0874: can't build with terminal featurev8.0.0874Bram Moolenaar2017-08-052-1/+3
* patch 8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual modev8.0.0873Bram Moolenaar2017-08-054-26/+58
* patch 8.0.0872: no mouse scroll with a terminal windowv8.0.0872Bram Moolenaar2017-08-054-3/+15
* patch 8.0.0871: status line for a terminal window always has "[+]".v8.0.0871Bram Moolenaar2017-08-052-1/+7
* patch 8.0.0870: mouse escape codes sent to terminal unintentionallyv8.0.0870Bram Moolenaar2017-08-053-1/+4
* patch 8.0.0869: job output is sometimes not displayed in a terminalv8.0.0869Bram Moolenaar2017-08-053-35/+51
* patch 8.0.0868: cannot specify the terminal size on the command linev8.0.0868Bram Moolenaar2017-08-053-1/+59
* patch 8.0.0867: job and channel in a dict value not quotedv8.0.0867Bram Moolenaar2017-08-054-7/+23
* patch 8.0.0866: Solaris also doesn't have MIN and MAXv8.0.0866Bram Moolenaar2017-08-052-3/+7
* patch 8.0.0865: cannot build with channel but without terminal featurev8.0.0865Bram Moolenaar2017-08-052-0/+4
* patch 8.0.0864: cannot specify the name of a terminalv8.0.0864Bram Moolenaar2017-08-056-25/+55
* patch 8.0.0863: a remote command does not work in the terminal windowv8.0.0863Bram Moolenaar2017-08-053-3/+41
* patch 8.0.0862: file size test fails on MS-Windowsv8.0.0862Bram Moolenaar2017-08-042-3/+6
* patch 8.0.0861: still many old style testsv8.0.0861Bram Moolenaar2017-08-0423-210/+169