summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1090: cannot get the text under the cursor like v:beval_textv8.0.1090Bram Moolenaar2017-09-104-18/+42
* patch 8.0.1089: cannot get range count in user commandv8.0.1089Bram Moolenaar2017-09-103-4/+23
* patch 8.0.1088: occasional memory use after freev8.0.1088Bram Moolenaar2017-09-102-89/+87
* patch 8.0.1087: Test_terminal_cwd is flakyv8.0.1087Bram Moolenaar2017-09-103-8/+18
* patch 8.0.1086: can't build with GTK 3v8.0.1086Bram Moolenaar2017-09-092-5/+7
* patch 8.0.1085: terminal debugger can't set breakpointsv8.0.1085Bram Moolenaar2017-09-093-50/+221
* patch 8.0.1084: GTK build has compiler warningsv8.0.1084Bram Moolenaar2017-09-095-35/+33
* patch 8.0.1083: leaking memory in input part of channelv8.0.1083Bram Moolenaar2017-09-096-9/+27
* patch 8.0.1082: tests fail when run under valgrindv8.0.1082Bram Moolenaar2017-09-093-11/+14
* patch 8.0.1081: memory leak for the channel write queuev8.0.1081Bram Moolenaar2017-09-092-12/+24
* patch 8.0.1080: memory leak for eof_chars terminal option and buffer namev8.0.1080Bram Moolenaar2017-09-092-0/+5
* patch 8.0.1079: memory leak when remote_foreground() failsv8.0.1079Bram Moolenaar2017-09-093-0/+8
* patch 8.0.1078: using freed memory with ":hi Normal"v8.0.1078Bram Moolenaar2017-09-092-2/+17
* patch 8.0.1077: no debugger making use of the terminal windowv8.0.1077Bram Moolenaar2017-09-083-8/+104
* patch 8.0.1076: term_start() does not take callbacksv8.0.1076Bram Moolenaar2017-09-084-24/+48
* patch 8.0.1075: MS-Windows: mouse does not work in terminalv8.0.1075Bram Moolenaar2017-09-082-1/+10
* patch 8.0.1074: ":term NONE" does not work on MS-Windowsv8.0.1074Bram Moolenaar2017-09-088-43/+177
* patch 8.0.1073: may get an endless loop if 'statusline' changes a highlightv8.0.1073Bram Moolenaar2017-09-082-6/+18
* patch 8.0.1072: :highlight command causes a redraw even when nothing changedv8.0.1072Bram Moolenaar2017-09-082-86/+109
* patch 8.0.1071: putty-color and cygwin-color are not recognizedv8.0.1071Bram Moolenaar2017-09-072-5/+7
* patch 8.0.1070: terminal test is flaky on Macv8.0.1070Bram Moolenaar2017-09-072-0/+3
* patch 8.0.1069: still get CTRL-X sometimesv8.0.1069Bram Moolenaar2017-09-072-3/+11
* patch 8.0.1068: vandyke SecureCRT terminal can't handle cursor mode requestv8.0.1068Bram Moolenaar2017-09-072-1/+3
* patch 8.0.1067: try/catch in timer does not prevent it from being stoppedv8.0.1067Bram Moolenaar2017-09-065-14/+49
* patch 8.0.1066: some terminals can't handle requesting cursor modev8.0.1066Bram Moolenaar2017-09-062-2/+5
* patch 8.0.1065: not all macro examples are includedv8.0.1065Bram Moolenaar2017-09-062-0/+10
* patch 8.0.1064: Coverity warns for leaking resourcev8.0.1064Bram Moolenaar2017-09-052-0/+5
* patch 8.0.1063: Coverity warns for NULL check and array usev8.0.1063Bram Moolenaar2017-09-052-7/+11
* patch 8.0.1062: Coverity warnings in libvtermv8.0.1062Bram Moolenaar2017-09-053-1/+4
* patch 8.0.1061: Coverity: no check for NULL commandv8.0.1061Bram Moolenaar2017-09-052-4/+10
* patch 8.0.1060: when imstyle is one, mapping <Left> breaks preeditingv8.0.1060Bram Moolenaar2017-09-053-2/+13
* patch 8.0.1059: older Gnome terminal returns smaller version numberv8.0.1059Bram Moolenaar2017-09-052-3/+5
* patch 8.0.1058: terminal redirection test is flakyv8.0.1058Bram Moolenaar2017-09-052-0/+4
* patch 8.0.1057: terminal scrape test waits too longv8.0.1057Bram Moolenaar2017-09-052-2/+4
* patch 8.0.1056: cannot build with +diff but without +multi_bytev8.0.1056Bram Moolenaar2017-09-042-4/+2
* patch 8.0.1055: bufline test hangs on MS-Windowsv8.0.1055Bram Moolenaar2017-09-043-1/+11
* patch 8.0.1054: terminal test fails on MS-Windowsv8.0.1054Bram Moolenaar2017-09-042-7/+14
* patch 8.0.1053: setline() does not work on startupv8.0.1053Bram Moolenaar2017-09-046-7/+31
* patch 8.0.1052: term_start() does not allow in_io, out_io and err_io optionsv8.0.1052Bram Moolenaar2017-09-033-30/+74
* patch 8.0.1051: cannot run terminal with spaces in argumentv8.0.1051Bram Moolenaar2017-09-033-2/+31
* patch 8.0.1050: terminal window feature not included by defaultv8.0.1050Bram Moolenaar2017-09-033-7/+33
* patch 8.0.1049: shell on Mac can't handle long textv8.0.1049Bram Moolenaar2017-09-032-6/+10
* patch 8.0.1048: no test for what 8.0.1020 fixesv8.0.1048Bram Moolenaar2017-09-035-15/+46
* patch 8.0.1047: buffer overflow in Rubyv8.0.1047Bram Moolenaar2017-09-032-1/+3
* patch 8.0.1046: code duplication in diff modev8.0.1046Bram Moolenaar2017-09-032-57/+39
* patch 8.0.1045: running tests may pollute shell historyv8.0.1045Bram Moolenaar2017-09-032-0/+5
* patch 8.0.1044: warning for uninitialized variablev8.0.1044Bram Moolenaar2017-09-032-1/+3
* patch 8.0.1043: warning for uninitialized variablev8.0.1043Bram Moolenaar2017-09-022-8/+11
* patch 8.0.1042: without the syntax feature highlighting doesn't workv8.0.1042Bram Moolenaar2017-09-022-6/+3
* patch 8.0.1041: bogus characters when indenting during visual-block appendv8.0.1041Bram Moolenaar2017-09-0211-20/+70