log src/evalfunc.c @ 26877:06a137af96f8 v8.2.3967

age author description
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 13:30:03 +0100 Bram Moolenaar patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported v8.2.3965
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Fri, 31 Dec 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.3956: duplicate assignment v8.2.3956
Mon, 27 Dec 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3911: Vim9: type check for filter() does not accept unknown v8.2.3911
Sun, 26 Dec 2021 18:30:03 +0100 Bram Moolenaar patch 8.2.3904: Vim9: skip expression type is not checked at compile time v8.2.3904
Sat, 25 Dec 2021 23:15:04 +0100 Bram Moolenaar patch 8.2.3899: Vim9: test for map() on string fails v8.2.3899
Sat, 25 Dec 2021 22:45:02 +0100 Bram Moolenaar patch 8.2.3897: Vim9: second argument of map() and filter() not checked v8.2.3897
Sat, 25 Dec 2021 20:45:02 +0100 Bram Moolenaar patch 8.2.3895: Vim9: confusing error when using function() with a number v8.2.3895
Sat, 25 Dec 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.3894: Vim9: no proper type check for first argument of call() v8.2.3894
Fri, 24 Dec 2021 22:00:03 +0100 Bram Moolenaar patch 8.2.3889: duplicate code for translating script-local function name v8.2.3889
Fri, 24 Dec 2021 13:15:03 +0100 Bram Moolenaar patch 8.2.3882: more duplicated code in f_getreginfo() v8.2.3882
Fri, 24 Dec 2021 12:00:04 +0100 Bram Moolenaar patch 8.2.3879: getreg() and getregtype() contain dead code v8.2.3879
Wed, 22 Dec 2021 20:00:04 +0100 Bram Moolenaar patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specific v8.2.3872
Tue, 21 Dec 2021 13:45:03 +0100 Bram Moolenaar patch 8.2.3866: Vim9: type checking global variables is inconsistent v8.2.3866
Mon, 20 Dec 2021 10:45:04 +0100 Bram Moolenaar patch 8.2.3857: Vim9: inconsistent error for using function() v8.2.3857
Sat, 18 Dec 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3848: cannot use reduce() for a string v8.2.3848
Thu, 16 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3830: error messages are spread out v8.2.3830
Thu, 16 Dec 2021 09:30:04 +0100 Bram Moolenaar patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9 v8.2.3822
Mon, 13 Dec 2021 14:15:03 +0100 Bram Moolenaar patch 8.2.3795: too many #ifdefs v8.2.3795
Tue, 30 Nov 2021 19:30:05 +0100 Bram Moolenaar patch 8.2.3705: cannot pass a lambda name to function() or funcref() v8.2.3705
Mon, 29 Nov 2021 21:45:04 +0100 Bram Moolenaar patch 8.2.3699: the +title feature adds a lot of #ifdef but little code v8.2.3699
Wed, 03 Nov 2021 23:00:08 +0100 Bram Moolenaar patch 8.2.3578: manipulating highlighting is complicated v8.2.3578
Wed, 03 Nov 2021 14:30:04 +0100 Bram Moolenaar patch 8.2.3576: some functions are not documented for use with a method v8.2.3576
Sun, 17 Oct 2021 18:30:04 +0200 Bram Moolenaar patch 8.2.3530: ":buf {a}" fails while ":edit {a}" works v8.2.3530
Thu, 14 Oct 2021 22:30:04 +0200 Bram Moolenaar patch 8.2.3510: changes are only detected with one second accuracy v8.2.3510
Sun, 26 Sep 2021 20:15:04 +0200 Bram Moolenaar patch 8.2.3456: Vim9: not all functions are tested with empty string argument v8.2.3456
Tue, 14 Sep 2021 18:00:08 +0200 Bram Moolenaar patch 8.2.3438: cannot manipulate blobs v8.2.3438
Wed, 08 Sep 2021 15:00:05 +0200 Bram Moolenaar patch 8.2.3415: Vim9: not all function argument types are properly checked v8.2.3415
Sat, 04 Sep 2021 15:00:02 +0200 Bram Moolenaar patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile() v8.2.3401
Thu, 02 Sep 2021 20:00:05 +0200 Bram Moolenaar patch 8.2.3396: when libcall() fails invalid pointer may be used v8.2.3396
Sat, 28 Aug 2021 13:00:04 +0200 Bram Moolenaar patch 8.2.3380: crash when using NULL string for funcref() v8.2.3380
Thu, 19 Aug 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.3360: user function completion fails with dict function v8.2.3360
Mon, 16 Aug 2021 21:45:03 +0200 Bram Moolenaar patch 8.2.3356: adding many text properties requires a lot of function calls v8.2.3356
Fri, 13 Aug 2021 18:00:04 +0200 Bram Moolenaar patch 8.2.3337: completing "call g:" returns entries with just "g:" v8.2.3337
Thu, 12 Aug 2021 17:15:04 +0200 Bram Moolenaar patch 8.2.3334: Vim9: not enough tests run with Vim9 v8.2.3334
Sun, 08 Aug 2021 16:00:03 +0200 Bram Moolenaar patch 8.2.3316: float test fails v8.2.3316
Sun, 08 Aug 2021 14:45:03 +0200 Bram Moolenaar patch 8.2.3314: behavior of exists() in a :def function is unpredictable v8.2.3314
Fri, 06 Aug 2021 21:45:05 +0200 Bram Moolenaar patch 8.2.3300: Lua: can only execute on Vim command at a time v8.2.3300
Thu, 05 Aug 2021 23:00:04 +0200 Bram Moolenaar patch 8.2.3299: Vim9: exists() does not handle much at compile time v8.2.3299
Mon, 02 Aug 2021 20:15:03 +0200 Bram Moolenaar patch 8.2.3276: Vim9: exists() can only be evaluated at runtime v8.2.3276
Sun, 01 Aug 2021 15:45:04 +0200 Bram Moolenaar patch 8.2.3269: Vim9: wrong argument check for partial v8.2.3269
Sat, 31 Jul 2021 22:15:02 +0200 Bram Moolenaar patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is number v8.2.3261
Fri, 30 Jul 2021 21:45:02 +0200 Bram Moolenaar patch 8.2.3252: duplicated code for adding buffer lines v8.2.3252
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Mon, 26 Jul 2021 22:00:07 +0200 Bram Moolenaar patch 8.2.3226: new digraph functions use old naming scheme v8.2.3226
Sun, 25 Jul 2021 16:00:05 +0200 Bram Moolenaar patch 8.2.3221: Vim9: argument types are not checked at compile time v8.2.3221
Sat, 24 Jul 2021 21:45:04 +0200 Bram Moolenaar patch 8.2.3215: Vim9: argument types are not checked at compile time v8.2.3215
Sat, 24 Jul 2021 16:30:03 +0200 Bram Moolenaar patch 8.2.3211: Vim9: argument types are not checked at compile time v8.2.3211
Fri, 23 Jul 2021 20:45:05 +0200 Bram Moolenaar patch 8.2.3206: Vim9: argument types are not checked at compile time v8.2.3206
Thu, 22 Jul 2021 19:15:04 +0200 Bram Moolenaar patch 8.2.3203: Vim9: compiled string expression causes type error v8.2.3203
Wed, 21 Jul 2021 19:15:04 +0200 Bram Moolenaar patch 8.2.3194: Vim9: argument types are not checked at compile time v8.2.3194
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
Mon, 19 Jul 2021 20:15:04 +0200 Bram Moolenaar patch 8.2.3184: cannot add a digraph with a leading space v8.2.3184
Sat, 17 Jul 2021 19:15:05 +0200 Bram Moolenaar patch 8.2.3173: Vim9: argument types are not checked at compile time v8.2.3173
Thu, 15 Jul 2021 13:00:06 +0200 Bram Moolenaar patch 8.2.3162: Vim9: argument types are not checked at compile time v8.2.3162
Tue, 13 Jul 2021 20:45:03 +0200 Bram Moolenaar patch 8.2.3158: strange error message when using islocked() with a number v8.2.3158
Sun, 11 Jul 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3154: Vim9: some type checks for builtin functions fail v8.2.3154
Sun, 11 Jul 2021 19:45:03 +0200 Bram Moolenaar patch 8.2.3150: Vim9: argument types are not checked at compile time v8.2.3150
Sun, 11 Jul 2021 18:30:03 +0200 Bram Moolenaar patch 8.2.3148: Vim9: function arg type check does not handle base offset v8.2.3148