summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
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
2021-08-28patch 8.2.3380: crash when using NULL string for funcref()v8.2.3380Bram Moolenaar
2021-08-19patch 8.2.3360: user function completion fails with dict functionv8.2.3360naohiro ono
2021-08-16patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356Yegappan Lakshmanan
2021-08-13patch 8.2.3337: completing "call g:" returns entries with just "g:"v8.2.3337Bram Moolenaar
2021-08-12patch 8.2.3334: Vim9: not enough tests run with Vim9v8.2.3334Bram Moolenaar
2021-08-08patch 8.2.3316: float test failsv8.2.3316Bram Moolenaar
2021-08-08patch 8.2.3314: behavior of exists() in a :def function is unpredictablev8.2.3314Bram Moolenaar
2021-08-06patch 8.2.3300: Lua: can only execute on Vim command at a timev8.2.3300Yegappan Lakshmanan
2021-08-05patch 8.2.3299: Vim9: exists() does not handle much at compile timev8.2.3299Bram Moolenaar
2021-08-02patch 8.2.3276: Vim9: exists() can only be evaluated at runtimev8.2.3276Bram Moolenaar
2021-08-01patch 8.2.3269: Vim9: wrong argument check for partialv8.2.3269Bram Moolenaar
2021-07-31patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is numberv8.2.3261Bram Moolenaar
2021-07-30patch 8.2.3252: duplicated code for adding buffer linesv8.2.3252Yegappan Lakshmanan
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-26patch 8.2.3226: new digraph functions use old naming schemev8.2.3226h-east
2021-07-25patch 8.2.3221: Vim9: argument types are not checked at compile timev8.2.3221Yegappan Lakshmanan
2021-07-24patch 8.2.3215: Vim9: argument types are not checked at compile timev8.2.3215Yegappan Lakshmanan
2021-07-24patch 8.2.3211: Vim9: argument types are not checked at compile timev8.2.3211Yegappan Lakshmanan
2021-07-23patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan
2021-07-22patch 8.2.3203: Vim9: compiled string expression causes type errorv8.2.3203Bram Moolenaar
2021-07-21patch 8.2.3194: Vim9: argument types are not checked at compile timev8.2.3194Yegappan Lakshmanan