summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_expr.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1868: Vim9: no error for missing space after comma in dictv8.2.1868Bram Moolenaar2020-10-191-0/+1
* patch 8.2.1861: Vim9: no specific error when parsing lambda failsv8.2.1861Bram Moolenaar2020-10-181-1/+8
* patch 8.2.1851: Vim9: "!" followed by space incorrectly usedv8.2.1851Bram Moolenaar2020-10-151-2/+17
* patch 8.2.1838: Vim9: cannot insert a comment line in an expressionv8.2.1838Bram Moolenaar2020-10-111-0/+81
* patch 8.2.1802: Vim9: crash with unterminated dictv8.2.1802Bram Moolenaar2020-10-051-0/+2
* patch 8.2.1798: Vim9: trinary operator condition is too permissivev8.2.1798Bram Moolenaar2020-10-041-11/+38
* patch 8.2.1795: Vim9: operators && and || have a confusing resultv8.2.1795Bram Moolenaar2020-10-031-74/+75
* patch 8.2.1794: no falsy Coalescing operatorv8.2.1794Bram Moolenaar2020-10-031-3/+31
* patch 8.2.1789: Vim9: crash with invalid list constantv8.2.1789Bram Moolenaar2020-10-031-0/+10
* patch 8.2.1766: Vim9: Some tests are still using :letv8.2.1766Bram Moolenaar2020-09-271-3/+0
* patch 8.2.1765: Vim9: some tests use "var var"v8.2.1765Bram Moolenaar2020-09-271-47/+47
* patch 8.2.1759: Vim9: Some tests are still using :letv8.2.1759Bram Moolenaar2020-09-271-371/+373
* patch 8.2.1758: Vim9: type of unmaterialized list is wrongv8.2.1758Bram Moolenaar2020-09-271-0/+4
* patch 8.2.1724: Vim9: assignment tests spread outv8.2.1724Bram Moolenaar2020-09-211-12/+0
* patch 8.2.1722: Vim9: cannot assign a lambda to a variable of type functionv8.2.1722Bram Moolenaar2020-09-211-0/+12
* patch 8.2.1719: Vim9: no error if comma is missing in between argumentsv8.2.1719Bram Moolenaar2020-09-201-0/+1
* patch 8.2.1710: Vim9: list of list type can be wrongv8.2.1710Bram Moolenaar2020-09-191-0/+12
* patch 8.2.1697: inconsistent capitalization of error messagesv8.2.1697Bram Moolenaar2020-09-161-15/+15
* patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar2020-09-161-13/+16
* patch 8.2.1680: Vim9: line number for compare error is wrongv8.2.1680Bram Moolenaar2020-09-141-0/+1
* patch 8.2.1671: Vim9: stray error for missing white spacev8.2.1671Bram Moolenaar2020-09-121-0/+10
* patch 8.2.1668: Vim9: not accepting 0 or 1 as bool when type is anyv8.2.1668Bram Moolenaar2020-09-121-0/+3
* patch 8.2.1644: Vim9: cannot assign 1 and 0 to bool at script levelv8.2.1644Bram Moolenaar2020-09-091-1/+1
* patch 8.2.1623: Vim9: using :call where it is not neededv8.2.1623Bram Moolenaar2020-09-061-61/+61
* patch 8.2.1609: Vim9: test fails when build without +channelv8.2.1609Bram Moolenaar2020-09-051-10/+21
* patch 8.2.1529: Vim9: :elseif may be compiled when not neededv8.2.1529Bram Moolenaar2020-08-271-1/+3
* patch 8.2.1527: Vim9: cannot use a function name at script levelv8.2.1527Bram Moolenaar2020-08-271-0/+11
* patch 8.2.1512: failure after trinary expression failsv8.2.1512Bram Moolenaar2020-08-221-0/+21
* patch 8.2.1504: Vim9: white space checks are only done for a :def functionv8.2.1504Bram Moolenaar2020-08-211-1/+2
* patch 8.2.1502: Vim9: can use += with a :let command at script levelv8.2.1502Bram Moolenaar2020-08-211-2/+0
* patch 8.2.1501: Vim9: concatenating to constant reverses orderv8.2.1501Bram Moolenaar2020-08-211-0/+12
* patch 8.2.1482: Vim9: crash when using a nested lambdav8.2.1482Bram Moolenaar2020-08-181-0/+9
* patch 8.2.1481: Vim9: line number reported with error may be wrongv8.2.1481Bram Moolenaar2020-08-181-289/+290
* patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar2020-08-181-3/+5
* patch 8.2.1468: Vim9: invalid error for missing white spacev8.2.1468Bram Moolenaar2020-08-161-0/+7
* patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"v8.2.1466Bram Moolenaar2020-08-161-4/+86
* patch 8.2.1465: Vim9: subscript not handled properlyv8.2.1465Bram Moolenaar2020-08-161-13/+22
* patch 8.2.1463: Vim9: list slice not supported yetv8.2.1463Bram Moolenaar2020-08-151-0/+28
* patch 8.2.1462: Vim9: string slice not supported yetv8.2.1462Bram Moolenaar2020-08-151-1/+23
* patch 8.2.1461: Vim9: string indexes are counted in bytesv8.2.1461Bram Moolenaar2020-08-151-6/+22
* patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar2020-08-151-21/+21
* patch 8.2.1455: Vim9: crash when using typecast before constantv8.2.1455Bram Moolenaar2020-08-141-0/+6
* patch 8.2.1454: Vim9: failure invoking lambda with wrong argumentsv8.2.1454Bram Moolenaar2020-08-141-0/+8
* patch 8.2.1453: Vim9: failure to compile lambda not testedv8.2.1453Bram Moolenaar2020-08-141-0/+1
* patch 8.2.1451: Vim9: list type at script level only uses first itemv8.2.1451Bram Moolenaar2020-08-141-0/+42
* patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar2020-08-121-0/+67
* patch 8.2.1434: Vim9: crash when lambda uses outer function argumentv8.2.1434Bram Moolenaar2020-08-121-0/+13
* patch 8.2.1433: Vim9: cannot mingle comments in multi-line lambdav8.2.1433Bram Moolenaar2020-08-121-0/+15
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-0/+2
* patch 8.2.1431: Vim9: no error for white space before comma in dictv8.2.1431Bram Moolenaar2020-08-121-0/+7