summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1250: Vim9: cannot use the g:, b:, t: and w: namespacesv8.2.1250Bram Moolenaar2020-07-196-40/+147
* patch 8.2.1249: Vim9: disassemble test failsv8.2.1249Bram Moolenaar2020-07-192-1/+24
* patch 8.2.1248: Netbeans test is flaky in the GUIv8.2.1248Bram Moolenaar2020-07-192-143/+159
* patch 8.2.1247: Vim9: cannot index a character in a stringv8.2.1247Bram Moolenaar2020-07-195-5/+63
* patch 8.2.1246: Vim9: comment after assignment doesn't workv8.2.1246Bram Moolenaar2020-07-193-3/+21
* patch 8.2.1245: build failure in tiny versionv8.2.1245Bram Moolenaar2020-07-192-2/+10
* patch 8.2.1244: Vim9: in lambda index assumes a listv8.2.1244Bram Moolenaar2020-07-193-9/+31
* patch 8.2.1243: Vim9: cannot have a comment line halfway a listv8.2.1243Bram Moolenaar2020-07-195-4/+13
* patch 8.2.1242: Vim9: no error if calling a function with wrong typev8.2.1242Bram Moolenaar2020-07-195-0/+61
* patch 8.2.1241: cannot use getbufinfo() as a methodv8.2.1241Bram Moolenaar2020-07-184-2/+10
* patch 8.2.1240: GUI tests sometimes fail because of translationsv8.2.1240Bram Moolenaar2020-07-182-0/+9
* patch 8.2.1239: "maxwidth" in 'completepopup' not obeyedv8.2.1239Bram Moolenaar2020-07-185-1/+26
* patch 8.2.1238: Vim9: a few remaining errors not caught by try/catchv8.2.1238Bram Moolenaar2020-07-183-36/+82
* patch 8.2.1237: changing 'completepopup' after opening popup has no effectv8.2.1237Bram Moolenaar2020-07-187-3/+42
* patch 8.2.1236: Vim9: a few errors not caught by try/catchv8.2.1236Bram Moolenaar2020-07-184-19/+113
* patch 8.2.1235: Not all mouse codes covered by testsv8.2.1235Bram Moolenaar2020-07-183-26/+271
* patch 8.2.1234: Lua build problem with old compilerv8.2.1234Bram Moolenaar2020-07-182-2/+10
* patch 8.2.1233: Vim9: various errors not caught by try/catchv8.2.1233Bram Moolenaar2020-07-173-24/+71
* patch 8.2.1232: MS-Windows GUI: Snap cancelled by split commandv8.2.1232Bram Moolenaar2020-07-172-4/+20
* patch 8.2.1231: MS-Windows: GUI code can be cleaned upv8.2.1231Bram Moolenaar2020-07-173-15/+6
* patch 8.2.1230: Vim9: list index error not caught by try/catchv8.2.1230Bram Moolenaar2020-07-173-2/+55
* patch 8.2.1229: build error without the eval featurev8.2.1229Bram Moolenaar2020-07-173-3/+4
* patch 8.2.1228: scrollbars not flush against the window edges when maximisedv8.2.1228Bram Moolenaar2020-07-1716-2/+144
* patch 8.2.1227: Vim9: allowing both quoted and # comments is confusingv8.2.1227Bram Moolenaar2020-07-179-126/+167
* patch 8.2.1226: MS-Windows: windows positioning wrong depending on taskbarv8.2.1226Bram Moolenaar2020-07-162-38/+23
* patch 8.2.1225: linker errors when building with dynamic Python 3.9v8.2.1225Bram Moolenaar2020-07-162-3/+39
* patch 8.2.1224: Vim9: arguments from partial are not usedv8.2.1224Bram Moolenaar2020-07-153-2/+40
* patch 8.2.1223: Vim9: invalid type error for function default valuev8.2.1223Bram Moolenaar2020-07-153-1/+11
* patch 8.2.1222: using valgrind in Vim command started by test doesn't workv8.2.1222Bram Moolenaar2020-07-152-1/+3
* patch 8.2.1221: memory leak when updating popup windowv8.2.1221Bram Moolenaar2020-07-152-0/+7
* patch 8.2.1220: memory access error when dragging a popup windowv8.2.1220Bram Moolenaar2020-07-157-19/+89
* patch 8.2.1219: symlink not followed if dirname ends in //v8.2.1219Bram Moolenaar2020-07-153-9/+41
* patch 8.2.1218: Vim9: cannot use 'text'->func()v8.2.1218Bram Moolenaar2020-07-154-25/+57
* patch 8.2.1217: startup test depends on random source filev8.2.1217Bram Moolenaar2020-07-152-9/+20
* patch 8.2.1216: startup test failsv8.2.1216Bram Moolenaar2020-07-152-3/+5
* patch 8.2.1215: Atari MiNT support is outdatedv8.2.1215Bram Moolenaar2020-07-1413-453/+47
* patch 8.2.1214: MS-Windows: default _vimrc not correct in silent install modev8.2.1214Bram Moolenaar2020-07-142-25/+22
* patch 8.2.1213: mouse codes not tested sufficientlyv8.2.1213Bram Moolenaar2020-07-142-4/+439
* patch 8.2.1212: cannot build with Lua 5.4v8.2.1212Bram Moolenaar2020-07-142-1/+12
* patch 8.2.1211: removed more than dead codev8.2.1211Bram Moolenaar2020-07-143-0/+23
* patch 8.2.1210: using ht_used when looping through a hashtab is less reliablev8.2.1210Bram Moolenaar2020-07-143-27/+26
* patch 8.2.1209: Vim9: test failurev8.2.1209Bram Moolenaar2020-07-142-0/+5
* patch 8.2.1208: build failurev8.2.1208Bram Moolenaar2020-07-142-0/+3
* patch 8.2.1207: Vim9: crash in expr test when run in the GUIv8.2.1207Bram Moolenaar2020-07-143-10/+10
* patch 8.2.1206: Vim9: crash in expr test when run in the GUIv8.2.1206Bram Moolenaar2020-07-132-2/+6
* patch 8.2.1205: Vim9: && and || work different when not compiledv8.2.1205Bram Moolenaar2020-07-133-30/+134
* patch 8.2.1204: Vim9: true and false not recognized in Vim9 scriptv8.2.1204Bram Moolenaar2020-07-133-2/+31
* patch 8.2.1203: unused assignments in expression evaluationv8.2.1203Bram Moolenaar2020-07-132-13/+24
* patch 8.2.1202: Vim9: crash when calling a closure from a builtin functionv8.2.1202Bram Moolenaar2020-07-133-3/+41
* patch 8.2.1201: Vim9: crash when passing number as dict keyv8.2.1201Bram Moolenaar2020-07-133-1/+18