summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1218: writing to freed memory in autocmdv8.0.1218Bram Moolenaar2017-10-263-6/+54
* patch 8.0.1217: can't use remote eval to inspect vars in debug modev8.0.1217Bram Moolenaar2017-10-264-4/+14
* patch 8.0.1216: tabline is not always updated for :file commandv8.0.1216Bram Moolenaar2017-10-242-0/+3
* patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar2017-10-2414-29/+39
* patch 8.0.1214: accessing freed memory when EXITFREE is setv8.0.1214Bram Moolenaar2017-10-233-2/+6
* patch 8.0.1213: setting 'mzschemedll' has no effectv8.0.1213Bram Moolenaar2017-10-222-13/+16
* patch 8.0.1212: MS-Windows: tear-off menu does not work on 64 bitv8.0.1212Bram Moolenaar2017-10-222-3/+34
* patch 8.0.1211: cannot reorder tab pages with drag & dropv8.0.1211Bram Moolenaar2017-10-223-1/+126
* patch 8.0.1210: CTRL-G and CTRL-T are ignored with typeaheadv8.0.1210Bram Moolenaar2017-10-223-13/+39
* patch 8.0.1209: still too many old style testsv8.0.1209Bram Moolenaar2017-10-2220-234/+221
* patch 8.0.1208: 'statusline' drops empty group with highlight changev8.0.1208Bram Moolenaar2017-10-223-4/+80
* patch 8.0.1207: profiling skips the first and last script linev8.0.1207Bram Moolenaar2017-10-193-28/+69
* patch 8.0.1206: no autocmd for entering or leaving the command linev8.0.1206Bram Moolenaar2017-10-196-7/+69
* patch 8.0.1205: it is possible to unload a changed bufferv8.0.1205Bram Moolenaar2017-10-193-2/+17
* patch 8.0.1204: a QuitPre autocommand may get the wrong file namev8.0.1204Bram Moolenaar2017-10-193-4/+24
* patch 8.0.1203: terminal window mistreats composing charactersv8.0.1203Bram Moolenaar2017-10-154-6/+74
* patch 8.0.1202: :wall gives an errof for a terminal windowv8.0.1202Bram Moolenaar2017-10-153-1/+12
* patch 8.0.1201: "yL" is affected by 'scrolloff'v8.0.1201Bram Moolenaar2017-10-153-3/+13
* patch 8.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar2017-10-1519-43/+6
* patch 8.0.1199: when 'clipboard' is "autoselectplus" star register is setv8.0.1199Bram Moolenaar2017-10-152-2/+4
* patch 8.0.1198: older compilers don't know uint8_tv8.0.1198Bram Moolenaar2017-10-153-6/+8
* patch 8.0.1197: MS-Windows build instructions are not up to datev8.0.1197Bram Moolenaar2017-10-153-3/+7
* patch 8.0.1196: crash when t_RF is not setv8.0.1196Bram Moolenaar2017-10-152-0/+3
* patch 8.0.1195: can't build on MS-Windowsv8.0.1195Bram Moolenaar2017-10-153-3/+9
* patch 8.0.1194: actual fg and bg colors of terminal are unknownv8.0.1194Bram Moolenaar2017-10-148-35/+147
* patch 8.0.1193: crash when wiping out a buffer after using getbufinfo()v8.0.1193Bram Moolenaar2017-10-143-1/+9
* patch 8.0.1192: MS-Windows: terminal feature not enabled by defaultv8.0.1192Bram Moolenaar2017-10-143-1/+16
* patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installerv8.0.1191Bram Moolenaar2017-10-148-370/+306
* patch 8.0.1190: unusable after opening new window in BufWritePre eventv8.0.1190Bram Moolenaar2017-10-143-0/+48
* patch 8.0.1189: E172 is not actually usefulv8.0.1189Bram Moolenaar2017-10-143-29/+2
* patch 8.0.1188: autocmd test fails on MS-Windowsv8.0.1188Bram Moolenaar2017-10-132-1/+5
* patch 8.0.1187: building with lua fails for OSX on Travisv8.0.1187Bram Moolenaar2017-10-122-1/+3
* patch 8.0.1186: still quite a few old style testsv8.0.1186Bram Moolenaar2017-10-1224-1217/+643
* patch 8.0.1185: Ruby library includes minor version numberv8.0.1185Bram Moolenaar2017-10-123-5/+7
* patch 8.0.1184: the :marks command is not testedv8.0.1184Bram Moolenaar2017-10-082-0/+54
* patch 8.0.1183: MS-Windows build instructions are outdatedv8.0.1183Bram Moolenaar2017-10-085-85/+102
* patch 8.0.1182: cannot see or change mzscheme dll namev8.0.1182Bram Moolenaar2017-10-086-4/+56
* patch 8.0.1181: tests using Vim command fail on MS-Windowsv8.0.1181Bram Moolenaar2017-10-073-6/+8
* patch 8.0.1180: MS-Windows testclean target deletes the color scriptv8.0.1180Bram Moolenaar2017-10-072-0/+2
* patch 8.0.1179: Test_popup_and_window_resize() does not always passv8.0.1179Bram Moolenaar2017-10-075-8/+28
* patch 8.0.1178: using old compiler on MS-Windowsv8.0.1178Bram Moolenaar2017-10-077-24/+105
* patch 8.0.1177: in a terminal window the popup menu is not clearedv8.0.1177Bram Moolenaar2017-10-072-2/+7
* patch 8.0.1176: job_start() does not handle quote and backslash correctlyv8.0.1176Bram Moolenaar2017-10-063-9/+35
* patch 8.0.1175: build failure without +termresponsev8.0.1175Bram Moolenaar2017-10-042-0/+4
* patch 8.0.1174: Mac Terminal.app has wrong color for whitev8.0.1174Bram Moolenaar2017-10-044-0/+12
* patch 8.0.1173: terminal window is not redrawn after CTRL-Lv8.0.1173Bram Moolenaar2017-10-022-0/+9
* patch 8.0.1172: when E734 is given option is still setv8.0.1172Bram Moolenaar2017-10-023-0/+19
* patch 8.0.1171: popup test is still a bit flakyv8.0.1171Bram Moolenaar2017-10-012-2/+3
* patch 8.0.1170: using termdebug results in 100% CPU timev8.0.1170Bram Moolenaar2017-10-014-15/+71
* patch 8.0.1169: highlignting one char too many with 'list' and 'cul'v8.0.1169Bram Moolenaar2017-10-013-2/+31