summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_expr.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2146: Vim9: automatic conversion of number to string for dict keyv8.2.2146Bram Moolenaar2020-12-151-0/+8
* patch 8.2.2145: Vim9: concatenating lists does not adjust type of resultv8.2.2145Bram Moolenaar2020-12-151-0/+17
* patch 8.2.2117: some functions use any value as a stringv8.2.2117Bram Moolenaar2020-12-091-1/+1
* patch 8.2.2107: Vim9: some errors not testedv8.2.2107Bram Moolenaar2020-12-071-12/+12
* patch 8.2.2099: Vim9: some checks are not testedv8.2.2099Bram Moolenaar2020-12-061-0/+72
* patch 8.2.2090: Vim9: dict does not accept a key in quotesv8.2.2090Bram Moolenaar2020-12-041-1/+2
* patch 8.2.2082: Vim9: can still use the depricated #{} dict syntaxv8.2.2082Bram Moolenaar2020-12-021-96/+105
* patch 8.2.2081: Vim9: cannot handle a linebreak after "=" in assignmentv8.2.2081Bram Moolenaar2020-12-021-1/+0
* patch 8.2.2053: Vim9: lamba doesn't accept argument typesv8.2.2053Bram Moolenaar2020-11-251-0/+3
* patch 8.2.2015: Vim9: literal dict #{} is not like any other languagev8.2.2015Bram Moolenaar2020-11-191-5/+11
* patch 8.2.2013: Vim9: not skipping white space after unary minusv8.2.2013Bram Moolenaar2020-11-181-2/+19
* patch 8.2.2012: Vim9: confusing error message when using bool wronglyv8.2.2012Bram Moolenaar2020-11-181-0/+7
* patch 8.2.1986: expression test is flaky on Appveyorv8.2.1986Bram Moolenaar2020-11-141-5/+8
* patch 8.2.1980: Vim9: some tests are not done at the script levelv8.2.1980Bram Moolenaar2020-11-121-719/+719
* patch 8.2.1977: Vim9: error for using a string in a condition is confusingv8.2.1977Bram Moolenaar2020-11-121-3/+6
* patch 8.2.1965: Vim9: tests fail without the channel featurev8.2.1965Bram Moolenaar2020-11-071-19/+27
* patch 8.2.1952: Vim9: crash when using a NULL dict keyv8.2.1952Bram Moolenaar2020-11-041-0/+2
* patch 8.2.1950: Vim9: crash when compiling function fails when getting typev8.2.1950Bram Moolenaar2020-11-041-0/+18
* patch 8.2.1924: Vim9: crash when indexing dict with NULL keyv8.2.1924Bram Moolenaar2020-10-301-0/+1
* patch 8.2.1890: Vim9: strange error for subtracting from a listv8.2.1890Bram Moolenaar2020-10-221-1/+13
* patch 8.2.1889: Vim9: errornous error for missing white space after {}v8.2.1889Bram Moolenaar2020-10-221-0/+6
* 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