summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1230: CTRL-A in Visual mode uses character after selectionv8.0.1230Bram Moolenaar2017-10-282-4/+4
* patch 8.0.1229: condition in vim_str2nr() is always truev8.0.1229Bram Moolenaar2017-10-282-2/+3
* patch 8.0.1228: invalid memory access in GUI testv8.0.1228Bram Moolenaar2017-10-282-1/+7
* patch 8.0.1227: undefined left shift in readfile()v8.0.1227Bram Moolenaar2017-10-272-6/+8
* patch 8.0.1226: edit and popup tests failingv8.0.1226Bram Moolenaar2017-10-273-2/+7
* patch 8.0.1225: no check for spell region being zerov8.0.1225Bram Moolenaar2017-10-273-1/+12
* patch 8.0.1224: still interference between test functionsv8.0.1224Bram Moolenaar2017-10-2712-29/+32
* patch 8.0.1223: crash when using autocomplete and tab pagesv8.0.1223Bram Moolenaar2017-10-264-2/+48
* patch 8.0.1222: test functions interfere with each otherv8.0.1222Bram Moolenaar2017-10-265-3/+19
* patch 8.0.1221: still too many old style testsv8.0.1221Bram Moolenaar2017-10-2631-328/+542
* patch 8.0.1220: skipping empty statusline groups is not correctv8.0.1220Bram Moolenaar2017-10-263-2/+15
* patch 8.0.1219: terminal test is flakyv8.0.1219Bram Moolenaar2017-10-262-7/+17
* 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