summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
2020-06-26patch 8.2.1063: Vim9: no line break allowed before || or &&v8.2.1063Bram Moolenaar
2020-06-26patch 8.2.1062: Vim9: no line break allowed inside "cond ? val1 : val2"v8.2.1062Bram Moolenaar
2020-06-24patch 8.2.1052: build failure with older compilersv8.2.1052Bram 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-20patch 8.2.1023: Vim9: redefining a function uses a new index every timev8.2.1023Bram Moolenaar
2020-06-16patch 8.2.0987: Vim9: cannot assign to [var; var]v8.2.0987Bram Moolenaar
2020-06-14patch 8.2.0981: Vim9: cannot compile "[var, var] = list"v8.2.0981Bram Moolenaar
2020-06-07patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar
2020-06-07patch 8.2.0918: duplicate code for evaluating expression argumentv8.2.0918Bram Moolenaar
2020-05-30patch 8.2.0847: typval related code is spread outv8.2.0847Bram Moolenaar
2020-05-25patch 8.2.0824: still not enough memory allocated when converting stringv8.2.0824Bram Moolenaar
2020-05-24patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar
2020-05-24patch 8.2.0817: not enough memory allocated when converting stringv8.2.0817Bram Moolenaar
2020-05-16patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled codev8.2.0771Bram Moolenaar
2020-05-15patch 8.2.0755: Vim9: No error when variable initializer is not a constantv8.2.0755Bram Moolenaar
2020-05-14patch 8.2.0753: Vim9: expressions are evaluated in the discovery phasev8.2.0753Bram Moolenaar
2020-05-13patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar
2020-05-06patch 8.2.0703: Vim9: closure cannot store value in outer contextv8.2.0703Bram Moolenaar
2020-05-03patch 8.2.0684: Vim9: memory leak when using lambdav8.2.0684Bram Moolenaar
2020-04-30patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar
2020-04-25patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar
2020-04-24patch 8.2.0633: crash when using null partial in filter()v8.2.0633Bram Moolenaar
2020-04-23patch 8.2.0626: Vim9: wrong syntax of function in Vim9 scriptv8.2.0626Bram Moolenaar
2020-04-23patch 8.2.0619: null dict is not handled like an empty dictv8.2.0619Bram Moolenaar
2020-04-22patch 8.2.0618: echoing a null list results in no outputv8.2.0618Bram Moolenaar
2020-04-20patch 8.2.0611: Vim9: no check for space before #commentv8.2.0611Bram Moolenaar
2020-04-19patch 8.2.0601: Vim9: :unlet is not compiledv8.2.0601Bram Moolenaar
2020-04-16patch 8.2.0586: Vim9: # comment not sufficiently testedv8.2.0586Bram Moolenaar
2020-04-16patch 8.2.0585: Vim9: # comment not recognized after :vim9scriptv8.2.0585Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-05patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-04-01patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar
2020-03-23patch 8.2.0436: no warnings for incorrect printf argumentsv8.2.0436Bram Moolenaar
2020-03-01patch 8.2.0341: using ":for" in Vim9 script gives an errorv8.2.0341Bram Moolenaar
2020-02-29patch 8.2.0334: abort called when using test_void()v8.2.0334Bram Moolenaar
2020-02-22patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar
2020-01-27patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar
2020-01-26patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2020-01-12patch 8.2.0114: info about sourced scripts is scatteredv8.2.0114Bram Moolenaar
2020-01-11patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar
2020-01-08patch 8.2.0104: using channel or job with ":execute" has strange effectsv8.2.0104Bram Moolenaar
2020-01-08patch 8.2.0103: using null object with execute() has strange effectsv8.2.0103Bram Moolenaar
2020-01-08patch 8.2.0101: crash when passing null object to ":echomsg"v8.2.0101Bram Moolenaar
2020-01-04patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar
2019-12-31patch 8.2.0069: ETYPE_ is used for two different enumsv8.2.0069Bram Moolenaar
2019-12-30patch 8.2.0061: the execute stack can grow big and never shrinksv8.2.0061Bram Moolenaar
2019-12-25patch 8.2.0045: script test failsv8.2.0045Bram Moolenaar