summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Updated runtime filesBram Moolenaar2017-08-0123-2679/+3377
* patch 8.0.0836: can abandon a terminal buffer after making a changev8.0.0836Bram Moolenaar2017-08-014-12/+44
* patch 8.0.0835: translations check with msgfmt does not workv8.0.0835Bram Moolenaar2017-08-012-1/+3
* patch 8.0.0834: can't build without the client-server featurev8.0.0834Bram Moolenaar2017-08-012-0/+8
* patch 8.0.0833: terminal test failsv8.0.0833Bram Moolenaar2017-08-012-2/+4
* patch 8.0.0832: terminal function arguments are not consistentv8.0.0832Bram Moolenaar2017-08-013-25/+30
* patch 8.0.0831: with 8 colors the bold attribute is not set properlyv8.0.0831Bram Moolenaar2017-08-014-28/+51
* patch 8.0.0830: translating messages is not idealv8.0.0830Bram Moolenaar2017-08-013-1/+19
* patch 8.0.0829: job running in terminal can't communicate with Vimv8.0.0829Bram Moolenaar2017-08-012-1/+11
* patch 8.0.0828: Coverity: may dereference NULL pointerv8.0.0828Bram Moolenaar2017-08-012-0/+6
* patch 8.0.0827: Coverity: could leak pty file descriptorv8.0.0827Bram Moolenaar2017-08-012-0/+18
* patch 8.0.0826: cannot use text objects in Terminal modev8.0.0826Bram Moolenaar2017-07-312-8/+10
* patch 8.0.0825: not easy to see that a window is a terminal windowv8.0.0825Bram Moolenaar2017-07-315-15/+35
* patch 8.0.0824: in Terminal mode the cursor and screen gets redrawnv8.0.0824Bram Moolenaar2017-07-312-8/+21
* patch 8.0.0823: cannot paste text into a terminal windowv8.0.0823Bram Moolenaar2017-07-302-2/+55
* patch 8.0.0822: Test_with_partial_callback is a tiny bit flakyv8.0.0822Bram Moolenaar2017-07-302-0/+3
* patch 8.0.0821: cannot get the title and status of a terminal windowv8.0.0821Bram Moolenaar2017-07-305-5/+69
* patch 8.0.0820: GUI: cursor in terminal window lags behindv8.0.0820Bram Moolenaar2017-07-302-5/+11
* patch 8.0.0819: cursor not positioned in terminal windowv8.0.0819Bram Moolenaar2017-07-302-7/+11
* patch 8.0.0818: cannot get the cursor position of a terminalv8.0.0818Bram Moolenaar2017-07-305-13/+50
* patch 8.0.0817: cannot get the terminal line at the cursorv8.0.0817Bram Moolenaar2017-07-304-22/+28
* patch 8.0.0816: crash when using invalid buffer numberv8.0.0816Bram Moolenaar2017-07-303-1/+7
* patch 8.0.0815: terminal window not correctly updatedv8.0.0815Bram Moolenaar2017-07-302-1/+7
* 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