summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
2020-10-15patch 8.2.1851: Vim9: "!" followed by space incorrectly usedv8.2.1851Bram Moolenaar
2020-10-11patch 8.2.1838: Vim9: cannot insert a comment line in an expressionv8.2.1838Bram Moolenaar
2020-10-10patch 8.2.1819: Vim9: Memory leak when using a closurev8.2.1819Bram Moolenaar
2020-10-08patch 8.2.1813: Vim9: can assign wrong type to script dictv8.2.1813Bram Moolenaar
2020-10-04patch 8.2.1798: Vim9: trinary operator condition is too permissivev8.2.1798Bram Moolenaar
2020-10-03patch 8.2.1795: Vim9: operators && and || have a confusing resultv8.2.1795Bram Moolenaar
2020-10-03patch 8.2.1794: no falsy Coalescing operatorv8.2.1794Bram Moolenaar
2020-09-26patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar
2020-09-23patch 8.2.1731: Vim9: cannot use += to append to empty NULL listv8.2.1731Bram Moolenaar
2020-09-16patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar
2020-09-14patch 8.2.1685: Vim9: cannot declare a constant valuev8.2.1685Bram Moolenaar
2020-09-12patch 8.2.1672: v_lock is used when it is not initializedv8.2.1672Bram Moolenaar
2020-09-12patch 8.2.1671: Vim9: stray error for missing white spacev8.2.1671Bram Moolenaar
2020-09-09patch 8.2.1650: Vim9: result of && and || expression is not bool in scriptv8.2.1650Bram Moolenaar
2020-09-01patch 8.2.1560: using NULL pointers in some codev8.2.1560Bram Moolenaar
2020-08-30patch 8.2.1551: Vim9: error for argument type does not mention the numberv8.2.1551Bram Moolenaar
2020-08-28patch 8.2.1532: compiler warning for conversion of size_t to longv8.2.1532Bram Moolenaar
2020-08-25patch 8.2.1524: no longer get an error for string concatenation with floatv8.2.1524Bram Moolenaar
2020-08-22patch 8.2.1512: failure after trinary expression failsv8.2.1512Bram Moolenaar
2020-08-22patch 8.2.1507: using malloc() directlyv8.2.1507Bram Moolenaar
2020-08-20patch 8.2.1499: Vim9: error when using "$" with col()v8.2.1499Bram Moolenaar
2020-08-20patch 8.2.1494: missing change to calling eval_getline()v8.2.1494Bram Moolenaar
2020-08-18patch 8.2.1482: Vim9: crash when using a nested lambdav8.2.1482Bram Moolenaar
2020-08-18patch 8.2.1480: Vim9: skip expression in search() gives errorv8.2.1480Bram Moolenaar
2020-08-17patch 8.2.1473: items in a list given to :const can still be modifiedv8.2.1473Bram 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-12patch 8.2.1437: Vim9: 'statusline' is evaluated using Vim9 script syntaxv8.2.1437Bram Moolenaar
2020-08-12patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram 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-08patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letterv8.2.1395Bram Moolenaar
2020-08-07patch 8.2.1387: Vim9: cannot assign to single letter variable with typev8.2.1387Bram Moolenaar
2020-08-06patch 8.2.1378: cannot put space between function name and parenv8.2.1378Bram 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-04patch 8.2.1361: error for white space after expression in assignmentv8.2.1361Bram Moolenaar
2020-08-03patch 8.2.1360: stray error for white space after expressionv8.2.1360Bram Moolenaar
2020-07-30patch 8.2.1326: Vim9: skipping over white space after listv8.2.1326Bram Moolenaar
2020-07-29patch 8.2.1323: Vim9: invalid operators only rejected in :def functionv8.2.1323Bram Moolenaar
2020-07-27patch 8.2.1306: checking for first character of dict key is inconsistentv8.2.1306Bram Moolenaar
2020-07-23patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar