summaryrefslogtreecommitdiffstats
path: root/src/evalvars.c
AgeCommit message (Expand)Author
2020-04-24patch 8.2.0629: setting a boolean option to v:false does not workv8.2.0629Bram Moolenaar
2020-04-20patch 8.2.0611: Vim9: no check for space before #commentv8.2.0611Bram Moolenaar
2020-04-19patch 8.2.0607: gcc warns for using uninitialized variablev8.2.0607Bram Moolenaar
2020-04-19patch 8.2.0602: :unlet $VAR does not work properlyv8.2.0602Bram Moolenaar
2020-04-19patch 8.2.0601: Vim9: :unlet is not compiledv8.2.0601Bram Moolenaar
2020-04-14patch 8.2.0578: heredoc for interfaces does not support "trim"v8.2.0578Bram Moolenaar
2020-04-09patch 8.2.0537: Vim9: no check for sandbox when setting v:varv8.2.0537Bram Moolenaar
2020-04-09patch 8.2.0536: Vim9: some compilation code not testedv8.2.0536Bram Moolenaar
2020-04-05patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar
2020-04-05patch 8.2.0514: several global functions are used in only one filev8.2.0514Bram Moolenaar
2020-04-03patch 8.2.0507: getbufvar() may get the wrong dictionaryv8.2.0507Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-03-30patch 8.2.0486: Vim9: some code and error messages not testedv8.2.0486Bram Moolenaar
2020-03-29patch 8.2.0473: variables declared in an outer scopev8.2.0473Bram Moolenaar
2020-03-07patch 8.2.0361: internal error when using "0" for a callbackv8.2.0361Bram Moolenaar
2020-02-26patch 8.2.0322: Vim9: error checks not testedv8.2.0322Bram Moolenaar
2020-02-26patch 8.2.0319: file missing in distribution, comments outdatedv8.2.0319Bram Moolenaar
2020-02-22patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar
2020-02-03patch 8.2.0201: cannot assign to an imported variablev8.2.0201Bram Moolenaar
2020-02-02patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar
2020-01-29patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar
2020-01-27patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar
2020-01-26patch 8.2.0156: various typos in source files and testsv8.2.0156Bram 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-04patch 8.2.0085: dead code in builtin functionsv8.2.0085Bram Moolenaar
2019-10-29patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar
2019-10-16patch 8.1.2168: heredoc assignment not skipped in if blockv8.1.2168Bram Moolenaar
2019-09-05patch 8.1.1989: the evalfunc.c file is still too bigv8.1.1989Bram Moolenaar
2019-09-03patch 8.1.1968: crash when using nested map()v8.1.1968Bram Moolenaar
2019-09-01patch 8.1.1957: more code can be moved to evalvars.cv8.1.1957Bram Moolenaar
2019-08-30patch 8.1.1943: more code can be moved to evalvars.cv8.1.1943Bram Moolenaar
2019-08-29patch 8.1.1940: script tests failv8.1.1940Bram Moolenaar
2019-08-29patch 8.1.1939: code for handling v: variables in generic eval filev8.1.1939Bram Moolenaar
2019-08-27patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar