summaryrefslogtreecommitdiffstats
path: root/src/evalvars.c
AgeCommit message (Expand)Author
2020-10-03patch 8.2.1788: Vim9: still allows :let for declarationsv8.2.1788Bram Moolenaar
2020-09-27patch 8.2.1756: Vim9: :let will soon be disallowedv8.2.1756Bram Moolenaar
2020-09-27patch 8.2.1755: Vim9: crash when using invalid heredoc markerv8.2.1755Bram Moolenaar
2020-09-27patch 8.2.1753: Vim9: crash when using import at script levelv8.2.1753Bram Moolenaar
2020-09-26patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram 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-14patch 8.2.1682: Vim9: const works in an unexpected wayv8.2.1682Bram Moolenaar
2020-09-12patch 8.2.1669: Vim9: memory leak when storing a value failsv8.2.1669Bram 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.1563: Vim9: error when using '%" with setbufvar() r getbufvar()v8.2.1563Bram Moolenaar
2020-08-29patch 8.2.1539: using invalid script ID causes a crashv8.2.1539Bram Moolenaar
2020-08-27patch 8.2.1527: Vim9: cannot use a function name at script levelv8.2.1527Bram 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-19patch 8.2.1489: Vim9: error when setting an option with setbufvar()v8.2.1489Bram 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.1471: :const only locks the variable, not the valuev8.2.1471Bram Moolenaar
2020-08-16patch 8.2.1469: Vim9: cannot assign string to string optionv8.2.1469Bram Moolenaar
2020-08-15patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar
2020-08-15patch 8.2.1459: Vim9: declaring script var in script does not infer the typev8.2.1459Bram Moolenaar
2020-08-13patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar
2020-08-08patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letterv8.2.1395Bram Moolenaar
2020-08-05patch 8.2.1365: Vim9: no error for missing white space around operatorv8.2.1365Bram Moolenaar
2020-08-02patch 8.2.1355: Vim9: no error using :let for options and registersv8.2.1355Bram Moolenaar
2020-07-29patch 8.2.1324: Vim9: line break after "=" does not workv8.2.1324Bram Moolenaar
2020-07-26patch 8.2.1300: Vim9: optional argument type not parsed properlyv8.2.1300Bram Moolenaar
2020-07-23patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar
2020-07-23patch 8.2.1274: Vim9: no error for missing white space at script levelv8.2.1274Bram Moolenaar
2020-07-20patch 8.2.1255: cannot use a lambda with quickfix functionsv8.2.1255Bram Moolenaar
2020-07-12patch 8.2.1190: Vim9: checking for Vim9 syntax is spread outv8.2.1190Bram Moolenaar
2020-07-11patch 8.2.1184: some tests failv8.2.1184Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-07-08patch 8.2.1154: Vim9: crash when using imported functionv8.2.1154Bram Moolenaar
2020-07-04patch 8.2.1126: Vim9: using :copen causes an errorv8.2.1126Bram Moolenaar
2020-07-01patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar
2020-06-28patch 8.2.1079: Vim9: no line break allowed in a while loopv8.2.1079Bram Moolenaar
2020-06-27patch 8.2.1076: Vim9: no line break allowed in :if expressionv8.2.1076Bram Moolenaar
2020-06-27patch 8.2.1071: Vim9: no line break allowed inside a lambdav8.2.1071Bram Moolenaar
2020-06-27patch 8.2.1067: expression "!expr->func()" does not workv8.2.1067Bram Moolenaar
2020-06-24patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar
2020-06-24patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar
2020-06-21patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variablev8.2.1028Bram Moolenaar
2020-06-20patch 8.2.1024: Vim9: no error for using "let g:var = val"v8.2.1024Bram Moolenaar
2020-06-20patch 8.2.1023: Vim9: redefining a function uses a new index every timev8.2.1023Bram Moolenaar
2020-06-19patch 8.2.1011: Vim9: some code not testedv8.2.1011Bram Moolenaar
2020-06-16patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar
2020-06-14patch 8.2.0981: Vim9: cannot compile "[var, var] = list"v8.2.0981Bram Moolenaar
2020-06-13patch 8.2.0973: Vim9: type is not checked when assigning to a script variablev8.2.0973Bram Moolenaar
2020-06-13patch 8.2.0972: Vim9 script variable declarations need a typev8.2.0972Bram Moolenaar