summaryrefslogtreecommitdiffstats
path: root/src/proto/list.pro
AgeCommit message (Expand)Author
2024-01-13patch 9.1.0027: Vim is missing a foreach() funcv9.1.0027Ernie Rael
2022-09-28patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar
2022-08-30patch 9.0.0331: cannot use items() on a stringv9.0.0331Bram Moolenaar
2022-08-30patch 9.0.0327: items() does not work on a listv9.0.0327Bram Moolenaar
2022-04-01patch 8.2.4662: no error for using out of range list indexv8.2.4662Bram Moolenaar
2022-02-02patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar
2021-12-22patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan
2021-08-11patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar
2021-08-09patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan
2021-02-20patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar
2021-02-01patch 8.2.2449: Vim9: flatten() always changes the list typev8.2.2449Bram Moolenaar
2021-01-13patch 8.2.2344: using inclusive index for slice is not always desiredv8.2.2344Bram Moolenaar
2021-01-12patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar
2020-11-09patch 8.2.1969: Vim9: map() may change the list or dict item typev8.2.1969Bram Moolenaar
2020-08-15patch 8.2.1463: Vim9: list slice not supported yetv8.2.1463Bram Moolenaar
2020-07-01patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar
2020-06-26patch 8.2.1065: Vim9: no line break allowed inside a listv8.2.1065Bram Moolenaar
2020-06-16patch 8.2.0987: Vim9: cannot assign to [var; var]v8.2.0987Bram Moolenaar
2020-06-08patch 8.2.0935: flattening a list with existing code is slowv8.2.0935Bram Moolenaar
2020-06-01patch 8.2.0878: no reduce() functionv8.2.0878Bram Moolenaar
2020-04-05patch 8.2.0514: several global functions are used in only one filev8.2.0514Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2019-09-04patch 8.1.1981: the evalfunc.c file is too bigv8.1.1981Bram Moolenaar
2019-09-04patch 8.1.1978: the eval.c file is too bigv8.1.1978Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-07-27patch 8.1.1763: evalfunc.c is still too bigv8.1.1763Bram Moolenaar
2018-12-21patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar
2018-11-11patch 8.1.0519: cannot save and restore the tag stackv8.1.0519Bram Moolenaar
2018-02-10patch 8.0.1497: getting the jump list requires parsing the output of :jumpsv8.0.1497Bram Moolenaar
2017-04-30patch 8.0.0593: duplication of code for adding a list or dict return valuev8.0.0593Bram Moolenaar
2016-07-22patch 7.4.2090v7.4.2090Bram Moolenaar
2016-07-17patch 7.4.2063v7.4.2063Bram Moolenaar
2016-07-17patch 7.4.2057v7.4.2057Bram Moolenaar