summaryrefslogtreecommitdiffstats
path: root/src/evalvars.c
AgeCommit message (Expand)Author
2022-04-01patch 8.2.4662: no error for using out of range list indexv8.2.4662Bram Moolenaar
2022-03-28patch 8.2.4642: Vim9: in :def function script var cannot be nullv8.2.4642Bram Moolenaar
2022-03-27patch 8.2.4635: tests using null list or dict failv8.2.4635Bram Moolenaar
2022-03-27patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar
2022-03-20patch 8.2.4600: Vim9: not enough test coverage for executing :def functionv8.2.4600Bram Moolenaar
2022-03-08patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar
2022-03-05patch 8.2.4510: Vim9: shortening commands leads to confusing scriptv8.2.4510Bram Moolenaar
2022-03-05patch 8.2.4509: Vim9: can declare a variable with ":va"v8.2.4509Bram Moolenaar
2022-03-05patch 8.2.4508: Vim9: cannot assign to a global variable on the command linev8.2.4508Bram Moolenaar
2022-03-03patch 8.2.4500: Vim9: can declare a global variable on the command linev8.2.4500Bram Moolenaar
2022-03-02patch 8.2.4492: no error if an option is given a value with ":let &opt = val"v8.2.4492Bram Moolenaar
2022-03-01patch 8.2.4487: Vim9: cannot compare with v:nullv8.2.4487Bram Moolenaar
2022-02-21patch 8.2.4431: unnecessary condition when assigning to a variablev8.2.4431Bram Moolenaar
2022-02-20patch 8.2.4428: crash when switching tabpage while in the cmdline windowv8.2.4428Bram Moolenaar
2022-02-15patch 8.2.4395: some code lines not covered by testsv8.2.4395Bram Moolenaar
2022-02-13patch 8.2.4375: ctx_imports is not usedv8.2.4375Bram Moolenaar
2022-02-13patch 8.2.4371: Vim9: can create a script variable from a legacy functionv8.2.4371Bram Moolenaar
2022-02-07patch 8.2.4318: various comment and indent mistakes, returning wrong zerov8.2.4318Bram Moolenaar
2022-02-02patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar
2022-01-30patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar
2022-01-26patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def functionv8.2.4225Bram Moolenaar
2022-01-24patch 8.2.4209: partial in 'opfunc' cannot use an imported functionv8.2.4209Bram Moolenaar
2022-01-23patch 8.2.4197: cannot use an import in the "expr" part of 'spellsuggest'v8.2.4197Bram Moolenaar
2022-01-23patch 8.2.4193: cannot use an import in 'charconvert'v8.2.4193Bram Moolenaar
2022-01-23patch 8.2.4192: cannot use an import in 'printexpr'v8.2.4192Bram Moolenaar
2022-01-22patch 8.2.4186: cannot use an import in 'patchexpr'v8.2.4186Bram Moolenaar
2022-01-22patch 8.2.4182: memory leak when evaluating 'diffexpr'v8.2.4182Bram Moolenaar
2022-01-22patch 8.2.4181: Vim9: cannot use an import in 'diffexpr'v8.2.4181Bram Moolenaar
2022-01-21patch 8.2.4171: cannot invoke option function using autoload importv8.2.4171Bram Moolenaar
2022-01-20patch 8.2.4167: Vim9: error message for old style importv8.2.4167Bram Moolenaar
2022-01-13patch 8.2.4086: "cctx" argument of find_func_even_dead() is unusedv8.2.4086Bram Moolenaar
2022-01-13patch 8.2.4084: memory leak when looking for autoload prefixed variablev8.2.4084Bram Moolenaar
2022-01-13patch 8.2.4083: Vim9: no test for "vim9script autoload' using script variablev8.2.4083Bram Moolenaar
2022-01-10patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yetv8.2.4053Bram Moolenaar
2022-01-09patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-08patch 8.2.4041: using unitialized pointerv8.2.4041Bram Moolenaar
2022-01-07patch 8.2.4030: a script local funcref is not found from a mappingv8.2.4030Bram Moolenaar
2022-01-07patch 8.2.4024: confusing error message if imported name is used directlyv8.2.4024Bram Moolenaar
2022-01-06patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar
2022-01-06patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-04patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar
2022-01-02patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar
2022-01-01patch 8.2.3972: error messages are spread outv8.2.3972Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2022-01-01patch 8.2.3969: value of MAXCOL not available in Vim scriptv8.2.3969naohiro ono
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar