summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.0860: side effects when channel appends to a bufferv8.0.0860Bram Moolenaar2017-08-045-44/+59
* patch 8.0.0859: NULL pointer access when term_free_vterm called twicev8.0.0859Bram Moolenaar2017-08-042-1/+6
* patch 8.0.0858: can exit while a terminal is still running a jobv8.0.0858Bram Moolenaar2017-08-0311-50/+55
* patch 8.0.0857: terminal test fails on MS-Windowsv8.0.0857Bram Moolenaar2017-08-032-0/+6
* patch 8.0.0856: MS-Windows: terminal job doesn't take optionsv8.0.0856Bram Moolenaar2017-08-032-0/+3
* patch 8.0.0855: MS-Windows: can't get tty name of terminalv8.0.0855Bram Moolenaar2017-08-033-1/+10
* patch 8.0.0854: no redraw after terminal was closedv8.0.0854Bram Moolenaar2017-08-037-28/+76
* patch 8.0.0853: crash when running terminal with unknown commandv8.0.0853Bram Moolenaar2017-08-032-1/+4
* patch 8.0.0852: MS-Windows: possible crash when giving a message on startupv8.0.0852Bram Moolenaar2017-08-032-4/+7
* patch 8.0.0851: 'smartindent' is used even when 'indentexpr' is setv8.0.0851Bram Moolenaar2017-08-033-0/+32
* patch 8.0.0850: MS-Windows: error message while starting up may be brokenv8.0.0850Bram Moolenaar2017-08-032-1/+25
* patch 8.0.0849: crash when job exit callback wipes the terminalv8.0.0849Bram Moolenaar2017-08-034-63/+130
* patch 8.0.0848: using multiple ch_log functions is clumsyv8.0.0848Bram Moolenaar2017-08-035-128/+65
* patch 8.0.0847: :argadd without argument can't handle space in file namev8.0.0847Bram Moolenaar2017-08-034-8/+21
* patch 8.0.0846: cannot get the name of the pty of a jobv8.0.0846Bram Moolenaar2017-08-039-26/+75
* patch 8.0.0845: MS-Windows: missing semicolon in terminal codev8.0.0845Bram Moolenaar2017-08-032-1/+5
* patch 8.0.0844: wrong function prototype because of missing staticv8.0.0844Bram Moolenaar2017-08-023-4/+5
* patch 8.0.0843: MS-Windows: compiler warning for signed/unsignedv8.0.0843Bram Moolenaar2017-08-022-1/+3
* patch 8.0.0842: using slave pty after closing itv8.0.0842Bram Moolenaar2017-08-022-13/+15
* patch 8.0.0841: term_getline() may cause a crashv8.0.0841Bram Moolenaar2017-08-023-0/+14
* patch 8.0.0840: MS-Windows: fopen() and open() prototypes are wrongv8.0.0840Bram Moolenaar2017-08-025-11/+13
* patch 8.0.0839: cannot kill a job in a terminal with CTRL-Cv8.0.0839Bram Moolenaar2017-08-014-17/+49
* patch 8.0.0838: buffer hangs around whem terminal window is closedv8.0.0838Bram Moolenaar2017-08-015-14/+72
* patch 8.0.0837: signs can be drawn on top of console messagesv8.0.0837Bram Moolenaar2017-08-012-1/+6