summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1290: Vim9: cannot replace a global functionv8.2.1290Bram Moolenaar2020-07-253-6/+59
* patch 8.2.1289: crash when using a custom completion functionv8.2.1289Bram Moolenaar2020-07-252-11/+4
* patch 8.2.1288: Vim9: cannot use mark in rangev8.2.1288Bram Moolenaar2020-07-243-1/+12
* patch 8.2.1287: Vim9: crash when using an imported functionv8.2.1287Bram Moolenaar2020-07-234-7/+17
* patch 8.2.1286: Vim9: No error when using a type to a window variablev8.2.1286Bram Moolenaar2020-07-233-0/+19
* patch 8.2.1285: Vim9: argument types are not checked on assignmentv8.2.1285Bram Moolenaar2020-07-233-0/+34
* patch 8.2.1284: Vim9: skipping over type includes following white spacev8.2.1284Bram Moolenaar2020-07-233-1/+13
* patch 8.2.1283: Vim9: error for misplaced -> lacks argumentv8.2.1283Bram Moolenaar2020-07-233-2/+6
* patch 8.2.1282: Vim9: crash when using CheckScriptFailure()v8.2.1282Bram Moolenaar2020-07-233-8/+17
* patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar2020-07-2313-22/+24
* patch 8.2.1280: Ex command error cannot contain an argumentv8.2.1280Bram Moolenaar2020-07-237-61/+79
* patch 8.2.1279: some tests on Travis have EXITFREE duplicatedv8.2.1279Bram Moolenaar2020-07-232-3/+5
* patch 8.2.1278: Vim9: line break after "->" only allowed in :def functionv8.2.1278Bram Moolenaar2020-07-234-6/+16
* patch 8.2.1277: tests on Travis do not run with EXITFREEv8.2.1277Bram Moolenaar2020-07-232-8/+10
* patch 8.2.1276: MS-Windows: system test may fail if more.exe is installedv8.2.1276Bram Moolenaar2020-07-232-4/+6
* patch 8.2.1275: Vim9: compiler warning for buffer sizev8.2.1275Bram Moolenaar2020-07-232-2/+4
* patch 8.2.1274: Vim9: no error for missing white space at script levelv8.2.1274Bram Moolenaar2020-07-235-10/+36
* patch 8.2.1273: MS-Windows: terminal test may leave file behindv8.2.1273Bram Moolenaar2020-07-222-0/+9
* patch 8.2.1272: Vim9: type not checked if declaration also assigns valuev8.2.1272Bram Moolenaar2020-07-227-74/+105
* patch 8.2.1271: Vim9: Error for Funcref function argument typev8.2.1271Bram Moolenaar2020-07-223-0/+37
* patch 8.2.1270: Vim9: not skipping over function type declarationv8.2.1270Bram Moolenaar2020-07-223-15/+36
* patch 8.2.1269: language and locale code spread outv8.2.1269Bram Moolenaar2020-07-2214-561/+601
* patch 8.2.1268: Vim9: no error for using double quote commentv8.2.1268Bram Moolenaar2020-07-223-4/+40
* 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