summaryrefslogtreecommitdiff
path: root/src/evalvars.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0361: internal error when using "0" for a callbackv8.2.0361Bram Moolenaar2020-03-071-4/+9
* patch 8.2.0322: Vim9: error checks not testedv8.2.0322Bram Moolenaar2020-02-261-1/+3
* patch 8.2.0319: file missing in distribution, comments outdatedv8.2.0319Bram Moolenaar2020-02-261-0/+1
* patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar2020-02-221-1/+3
* patch 8.2.0201: cannot assign to an imported variablev8.2.0201Bram Moolenaar2020-02-031-2/+2
* patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar2020-02-021-8/+19
* patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar2020-01-291-1/+1
* patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar2020-01-271-1/+2
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar2020-01-261-3/+3
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-81/+239
* patch 8.2.0114: info about sourced scripts is scatteredv8.2.0114Bram Moolenaar2020-01-121-46/+14
* patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar2020-01-111-2/+3
* patch 8.2.0085: dead code in builtin functionsv8.2.0085Bram Moolenaar2020-01-041-8/+6
* patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar2019-10-291-0/+22
* patch 8.1.2168: heredoc assignment not skipped in if blockv8.1.2168Bram Moolenaar2019-10-161-3/+6
* patch 8.1.1989: the evalfunc.c file is still too bigv8.1.1989Bram Moolenaar2019-09-051-0/+103
* patch 8.1.1968: crash when using nested map()v8.1.1968Bram Moolenaar2019-09-031-1/+3
* patch 8.1.1957: more code can be moved to evalvars.cv8.1.1957Bram Moolenaar2019-09-011-1/+370
* patch 8.1.1943: more code can be moved to evalvars.cv8.1.1943Bram Moolenaar2019-08-301-12/+135
* patch 8.1.1940: script tests failv8.1.1940Bram Moolenaar2019-08-291-1/+9
* patch 8.1.1939: code for handling v: variables in generic eval filev8.1.1939Bram Moolenaar2019-08-291-3/+1025
* patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar2019-08-271-0/+1946