summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1267: MS-Windows: tests may fail due to $PROMPT valuev8.2.1267Bram Moolenaar2020-07-222-0/+7
* patch 8.2.1266: Makefile preference were accidentally includedv8.2.1266Bram Moolenaar2020-07-212-7/+9
* patch 8.2.1265: crash with EXITFREE when split() failsv8.2.1265Bram Moolenaar2020-07-212-2/+5
* patch 8.2.1264: terminal getwinpos() test is a bit flakyv8.2.1264Bram Moolenaar2020-07-212-6/+5
* patch 8.2.1263: Vim9: comperators use 'ignorecase' in Vim9 scriptv8.2.1263Bram Moolenaar2020-07-215-16/+43
* patch 8.2.1262: src/ex_cmds.c file is too bigv8.2.1262Bram Moolenaar2020-07-2114-1346/+1344
* patch 8.2.1261: Vim9: common type of function not testedv8.2.1261Bram Moolenaar2020-07-214-3/+29
* patch 8.2.1260: there is no good test for CursorHoldv8.2.1260Bram Moolenaar2020-07-214-27/+31
* patch 8.2.1259: empty group in 'tabline' may cause using an invalid pointerv8.2.1259Bram Moolenaar2020-07-213-1/+33
* patch 8.2.1258: CursorHold does not work wellv8.2.1258Bram Moolenaar2020-07-202-1/+8
* patch 8.2.1257: Vim9: list unpack doesn't work at the script levelv8.2.1257Bram Moolenaar2020-07-203-3/+26
* patch 8.2.1256: Vim9: type wrong after getting dict item in lambdav8.2.1256Bram Moolenaar2020-07-203-3/+12
* patch 8.2.1255: cannot use a lambda with quickfix functionsv8.2.1255Bram Moolenaar2020-07-2011-57/+224
* patch 8.2.1254: MS-Windows: regexp test may fail if 'iskeyword' set wronglyv8.2.1254Bram Moolenaar2020-07-202-0/+5
* patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> insertedv8.2.1253Bram Moolenaar2020-07-192-1/+4
* patch 8.2.1252: ":marks" may show '< and '> mixed upv8.2.1252Bram Moolenaar2020-07-193-21/+43
* patch 8.2.1251: Vim9: warning for pointer usage, test failure undetectedv8.2.1251Bram Moolenaar2020-07-194-7/+13
* 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