summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_expr.vim
AgeCommit message (Expand)Author
2020-08-27patch 8.2.1529: Vim9: :elseif may be compiled when not neededv8.2.1529Bram Moolenaar
2020-08-27patch 8.2.1527: Vim9: cannot use a function name at script levelv8.2.1527Bram Moolenaar
2020-08-22patch 8.2.1512: failure after trinary expression failsv8.2.1512Bram Moolenaar
2020-08-21patch 8.2.1504: Vim9: white space checks are only done for a :def functionv8.2.1504Bram Moolenaar
2020-08-21patch 8.2.1502: Vim9: can use += with a :let command at script levelv8.2.1502Bram Moolenaar
2020-08-21patch 8.2.1501: Vim9: concatenating to constant reverses orderv8.2.1501Bram Moolenaar
2020-08-18patch 8.2.1482: Vim9: crash when using a nested lambdav8.2.1482Bram Moolenaar
2020-08-18patch 8.2.1481: Vim9: line number reported with error may be wrongv8.2.1481Bram Moolenaar
2020-08-18patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar
2020-08-16patch 8.2.1468: Vim9: invalid error for missing white spacev8.2.1468Bram Moolenaar
2020-08-16patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"v8.2.1466Bram Moolenaar
2020-08-16patch 8.2.1465: Vim9: subscript not handled properlyv8.2.1465Bram Moolenaar
2020-08-15patch 8.2.1463: Vim9: list slice not supported yetv8.2.1463Bram Moolenaar
2020-08-15patch 8.2.1462: Vim9: string slice not supported yetv8.2.1462Bram Moolenaar
2020-08-15patch 8.2.1461: Vim9: string indexes are counted in bytesv8.2.1461Bram Moolenaar
2020-08-15patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar
2020-08-14patch 8.2.1455: Vim9: crash when using typecast before constantv8.2.1455Bram Moolenaar
2020-08-14patch 8.2.1454: Vim9: failure invoking lambda with wrong argumentsv8.2.1454Bram Moolenaar
2020-08-14patch 8.2.1453: Vim9: failure to compile lambda not testedv8.2.1453Bram Moolenaar
2020-08-14patch 8.2.1451: Vim9: list type at script level only uses first itemv8.2.1451Bram Moolenaar
2020-08-12patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar
2020-08-12patch 8.2.1434: Vim9: crash when lambda uses outer function argumentv8.2.1434Bram Moolenaar
2020-08-12patch 8.2.1433: Vim9: cannot mingle comments in multi-line lambdav8.2.1433Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-08-12patch 8.2.1431: Vim9: no error for white space before comma in dictv8.2.1431Bram Moolenaar
2020-08-12patch 8.2.1430: Vim9: error for missing comma instead of extra white spacev8.2.1430Bram Moolenaar
2020-08-12patch 8.2.1429: Vim9: no error for missing white after : in dictv8.2.1429Bram Moolenaar
2020-08-12patch 8.2.1426: Vim9: cannot call autoload function in :def functionv8.2.1426Bram Moolenaar
2020-08-10patch 8.2.1419: Vim9: not operator applied too earlyv8.2.1419Bram Moolenaar
2020-08-10patch 8.2.1418: Vim9: invalid error for missing white spacev8.2.1418Bram Moolenaar
2020-08-10patch 8.2.1416: Vim9: boolean evaluation does not work as intendedv8.2.1416Bram Moolenaar
2020-08-09patch 8.2.1412: Vim: not operator does not result in booleanv8.2.1412Bram Moolenaar
2020-08-09patch 8.2.1408: Vim9: type casting not supportedv8.2.1408Bram Moolenaar
2020-08-09patch 8.2.1407: Vim9: type of list and dict only depends on first itemv8.2.1407Bram Moolenaar
2020-08-08patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letterv8.2.1395Bram Moolenaar
2020-08-06patch 8.2.1378: cannot put space between function name and parenv8.2.1378Bram Moolenaar
2020-08-05patch 8.2.1375: Vim9: method name with digit not acceptedv8.2.1375Bram Moolenaar
2020-08-05patch 8.2.1372: Vim9: no error for missing white space around operatorv8.2.1372Bram Moolenaar
2020-08-05patch 8.2.1371: Vim9: no error for missing white space around operatorv8.2.1371Bram Moolenaar
2020-08-05patch 8.2.1368: Vim9: no error for missing white space around operatorv8.2.1368Bram Moolenaar
2020-08-05patch 8.2.1367: Vim9: no error for missing white space around operatorv8.2.1367Bram Moolenaar
2020-08-05patch 8.2.1365: Vim9: no error for missing white space around operatorv8.2.1365Bram Moolenaar
2020-08-02patch 8.2.1357: Vim9: cannot assign to / registerv8.2.1357Bram Moolenaar
2020-08-02patch 8.2.1356: Vim9: cannot get the percent registerv8.2.1356Bram Moolenaar
2020-07-31patch 8.2.1331: Vim9: :echo with two lists doesn't workv8.2.1331Bram Moolenaar
2020-07-29patch 8.2.1323: Vim9: invalid operators only rejected in :def functionv8.2.1323Bram Moolenaar
2020-07-29patch 8.2.1322: Vim9: method on double quoted string doesn't workv8.2.1322Bram Moolenaar
2020-07-27patch 8.2.1306: checking for first character of dict key is inconsistentv8.2.1306Bram Moolenaar
2020-07-23patch 8.2.1283: Vim9: error for misplaced -> lacks argumentv8.2.1283Bram Moolenaar
2020-07-23patch 8.2.1278: Vim9: line break after "->" only allowed in :def functionv8.2.1278Bram Moolenaar