summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2022-01-27patch 8.2.4228: no tests for clicking in the GUI tablinev8.2.4228Yegappan Lakshmanan
2022-01-26patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def functionv8.2.4225Bram Moolenaar
2022-01-26patch 8.2.4224: Vim9: no error when using a number for map() second argumentv8.2.4224Bram Moolenaar
2022-01-22patch 8.2.4176: Vim9: cannot use imported function with call()v8.2.4176Bram Moolenaar
2022-01-22patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsoletev8.2.4175Bram Moolenaar
2022-01-16patch 8.2.4107: script context not restored after using <ScriptCmd>v8.2.4107Bram Moolenaar
2022-01-13patch 8.2.4086: "cctx" argument of find_func_even_dead() is unusedv8.2.4086Bram Moolenaar
2022-01-10patch 8.2.4052: not easy to resize a window from a pluginv8.2.4052Daniel Steinberg
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-06patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-04patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar
2022-01-04patch 8.2.4004: old compiler complains about struct init with variablev8.2.4004Bram Moolenaar
2022-01-04patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar
2022-01-01patch 8.2.3976: FEARG_LAST is never usedv8.2.3976Bram Moolenaar
2022-01-01patch 8.2.3972: error messages are spread outv8.2.3972Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2022-01-01patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supportedv8.2.3965Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-31patch 8.2.3956: duplicate assignmentv8.2.3956zeertzjq
2021-12-27patch 8.2.3911: Vim9: type check for filter() does not accept unknownv8.2.3911Bram Moolenaar
2021-12-26patch 8.2.3904: Vim9: skip expression type is not checked at compile timev8.2.3904Bram Moolenaar
2021-12-25patch 8.2.3899: Vim9: test for map() on string failsv8.2.3899Bram Moolenaar
2021-12-25patch 8.2.3897: Vim9: second argument of map() and filter() not checkedv8.2.3897Bram Moolenaar
2021-12-25patch 8.2.3895: Vim9: confusing error when using function() with a numberv8.2.3895Bram Moolenaar
2021-12-25patch 8.2.3894: Vim9: no proper type check for first argument of call()v8.2.3894Bram Moolenaar
2021-12-24patch 8.2.3889: duplicate code for translating script-local function namev8.2.3889Yegappan Lakshmanan
2021-12-24patch 8.2.3882: more duplicated code in f_getreginfo()v8.2.3882zeertzjq
2021-12-24patch 8.2.3879: getreg() and getregtype() contain dead codev8.2.3879Bram Moolenaar
2021-12-22patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specificv8.2.3872Bram Moolenaar
2021-12-21patch 8.2.3866: Vim9: type checking global variables is inconsistentv8.2.3866Bram Moolenaar
2021-12-20patch 8.2.3857: Vim9: inconsistent error for using function()v8.2.3857Bram Moolenaar
2021-12-18patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn
2021-12-16patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar
2021-12-16patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9v8.2.3822Bram Moolenaar
2021-12-13patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar
2021-11-30patch 8.2.3705: cannot pass a lambda name to function() or funcref()v8.2.3705Bram Moolenaar
2021-11-29patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar
2021-11-03patch 8.2.3578: manipulating highlighting is complicatedv8.2.3578Yegappan Lakshmanan
2021-11-03patch 8.2.3576: some functions are not documented for use with a methodv8.2.3576Sean Dewar
2021-10-17patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar
2021-10-14patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen
2021-09-26patch 8.2.3456: Vim9: not all functions are tested with empty string argumentv8.2.3456Yegappan Lakshmanan
2021-09-14patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan
2021-09-08patch 8.2.3415: Vim9: not all function argument types are properly checkedv8.2.3415Yegappan Lakshmanan
2021-09-04patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile()v8.2.3401Bram Moolenaar
2021-09-02patch 8.2.3396: when libcall() fails invalid pointer may be usedv8.2.3396Bram Moolenaar