summaryrefslogtreecommitdiffstats
path: root/src/proto/evalvars.pro
AgeCommit message (Expand)Author
2024-03-09patch 9.1.0160: Vim9: Add support for using a class type of itself in an obje...v9.1.0160Yegappan Lakshmanan
2023-09-24patch 9.0.1933: Can change the type of a v: variable using if_luav9.0.1933zeertzjq
2023-01-12patch 9.0.1185: using class from imported script not testedv9.0.1185Bram Moolenaar
2022-09-11patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar
2022-06-29patch 9.0.0003: functions are global while they could be localv9.0.0003Yegappan Lakshmanan
2022-05-10patch 8.2.4934: string interpolation fails when not evaluatingv8.2.4934Bram Moolenaar
2022-05-10patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar
2022-05-06patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy
2022-04-21patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan
2022-03-20patch 8.2.4600: Vim9: not enough test coverage for executing :def functionv8.2.4600Bram Moolenaar
2022-01-21patch 8.2.4171: cannot invoke option function using autoload importv8.2.4171Bram Moolenaar
2022-01-07patch 8.2.4030: a script local funcref is not found from a mappingv8.2.4030Bram Moolenaar
2022-01-06patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar
2021-12-24patch 8.2.3890: Vim9: type check for using v: variables is basicv8.2.3890Bram Moolenaar
2021-11-22patch 8.2.3650: Vim9: for loop variable can be a list memberv8.2.3650Bram Moolenaar
2021-04-19patch 8.2.2785: Vim9: cannot redirect to local variablev8.2.2785Bram Moolenaar
2021-03-14patch 8.2.2603: Vim9: no effect if user command is also a functionv8.2.2603Bram Moolenaar
2021-03-13patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar
2021-03-03patch 8.2.2566: Vim9: Function name is not recognizedv8.2.2566Bram Moolenaar
2021-02-20patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar
2021-02-17patch 8.2.2526: build failurev8.2.2526Bram Moolenaar
2021-02-11patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar
2021-01-13patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar
2020-12-22patch 8.2.2193: Vim9: can change constant in :def functionv8.2.2193Bram Moolenaar
2020-12-19patch 8.2.2162: Vim9: Cannot load or store autoload variablesv8.2.2162Bram Moolenaar
2020-12-12patch 8.2.2131: Vim9: crash when lambda uses same var as assignmentv8.2.2131Bram Moolenaar
2020-10-10patch 8.2.1824: Vim9: variables at the script level escape their scopev8.2.1824Bram Moolenaar
2020-10-08patch 8.2.1813: Vim9: can assign wrong type to script dictv8.2.1813Bram 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-08-08patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letterv8.2.1395Bram Moolenaar
2020-07-20patch 8.2.1255: cannot use a lambda with quickfix functionsv8.2.1255Bram Moolenaar
2020-07-01patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar
2020-06-14patch 8.2.0981: Vim9: cannot compile "[var, var] = list"v8.2.0981Bram Moolenaar
2020-06-07patch 8.2.0918: duplicate code for evaluating expression argumentv8.2.0918Bram Moolenaar
2020-06-06patch 8.2.0915: search() cannot skip over matches like searchpair() canv8.2.0915Bram Moolenaar
2020-06-06patch 8.2.0913: code for resetting v:register is duplicatedv8.2.0913Bram Moolenaar
2020-05-25patch 8.2.0822: Vim9: code left over from discovery phasev8.2.0822Bram Moolenaar
2020-05-24patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar
2020-05-09patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 scriptv8.2.0725Bram Moolenaar
2020-05-01patch 8.2.0675: Vim9: no support for closuresv8.2.0675Bram 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.0536: Vim9: some compilation code not testedv8.2.0536Bram Moolenaar
2020-04-05patch 8.2.0514: several global functions are used in only one filev8.2.0514Bram Moolenaar
2020-02-02patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2019-10-29patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar
2019-09-05patch 8.1.1989: the evalfunc.c file is still too bigv8.1.1989Bram Moolenaar