log src/evalfunc.c @ 27798:324d394e314e v8.2.4425

age author description
Sun, 20 Feb 2022 17:00:03 +0100 Bram Moolenaar patch 8.2.4425: map() function does not check function arguments v8.2.4425
Wed, 16 Feb 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4402: missing parenthesis may cause unexpected problems v8.2.4402
Sun, 13 Feb 2022 23:00:04 +0100 Bram Moolenaar patch 8.2.4375: ctx_imports is not used v8.2.4375
Sat, 12 Feb 2022 12:30:03 +0100 Bram Moolenaar patch 8.2.4354: dynamic loading of libsodium not handled properly v8.2.4354
Tue, 08 Feb 2022 13:15:05 +0100 Bram Moolenaar patch 8.2.4325: 'wildmenu' only shows few matches v8.2.4325
Mon, 07 Feb 2022 21:00:02 +0100 Bram Moolenaar patch 8.2.4322: Vim9: crash when using funcref with closure v8.2.4322
Mon, 07 Feb 2022 19:00:03 +0100 Bram Moolenaar patch 8.2.4321: Vim9: crash when using a funcref to a closure v8.2.4321
Sat, 05 Feb 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the type v8.2.4304
Sat, 05 Feb 2022 19:15:03 +0100 Bram Moolenaar patch 8.2.4302: Vim9: return type of getline() is too strict v8.2.4302
Fri, 04 Feb 2022 12:00:05 +0100 Bram Moolenaar patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicated v8.2.4294
Wed, 02 Feb 2022 21:15:03 +0100 Bram Moolenaar patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy() v8.2.4286
Tue, 01 Feb 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4279: Vim9: cannot change item type with map() after range() v8.2.4279
Mon, 31 Jan 2022 18:45:03 +0100 Bram Moolenaar patch 8.2.4276: separate test function for the GUI scrollbar v8.2.4276
Mon, 31 Jan 2022 16:00:09 +0100 Bram Moolenaar patch 8.2.4273: the EBCDIC support is outdated v8.2.4273
Mon, 31 Jan 2022 13:30:05 +0100 Bram Moolenaar patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice v8.2.4270
Sun, 30 Jan 2022 13:45:03 +0100 Bram Moolenaar patch 8.2.4259: number of test functions for GUI events is growing v8.2.4259
Sat, 29 Jan 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent v8.2.4257
Sat, 29 Jan 2022 16:30:03 +0100 Bram Moolenaar patch 8.2.4255: theoretical computation overflow v8.2.4255
Sat, 29 Jan 2022 14:15:04 +0100 Bram Moolenaar patch 8.2.4252: generating the normal command table at runtime is inefficient v8.2.4252
Fri, 28 Jan 2022 16:30:11 +0100 Bram Moolenaar patch 8.2.4241: some type casts are redundant v8.2.4241
Thu, 27 Jan 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4231: Vim9: map() gives type error when type was not declared v8.2.4231
Thu, 27 Jan 2022 14:30:04 +0100 Bram Moolenaar patch 8.2.4228: no tests for clicking in the GUI tabline v8.2.4228
Wed, 26 Jan 2022 22:15:03 +0100 Bram Moolenaar patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function v8.2.4225
Wed, 26 Jan 2022 19:30:03 +0100 Bram Moolenaar patch 8.2.4224: Vim9: no error when using a number for map() second argument v8.2.4224
Sat, 22 Jan 2022 12:15:03 +0100 Bram Moolenaar patch 8.2.4176: Vim9: cannot use imported function with call() v8.2.4176
Sat, 22 Jan 2022 11:30:04 +0100 Bram Moolenaar patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsolete v8.2.4175
Sun, 16 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4107: script context not restored after using <ScriptCmd> v8.2.4107
Thu, 13 Jan 2022 22:30:05 +0100 Bram Moolenaar patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused v8.2.4086
Mon, 10 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4052: not easy to resize a window from a plugin v8.2.4052
Sat, 08 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4043: using int for second argument of ga_init2() v8.2.4043
Sat, 08 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4038: various code not used when features are disabled v8.2.4038
Thu, 06 Jan 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4018: ml_get error when win_execute redraws with Visual selection v8.2.4018
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Wed, 05 Jan 2022 17:15:05 +0100 Bram Moolenaar patch 8.2.4008: error messages are spread out v8.2.4008
Tue, 04 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4005: error messages are spread out v8.2.4005
Tue, 04 Jan 2022 21:15:04 +0100 Bram Moolenaar patch 8.2.4004: old compiler complains about struct init with variable v8.2.4004
Tue, 04 Jan 2022 16:30:06 +0100 Bram Moolenaar patch 8.2.3996: Vim9: type checking lacks information about declared type v8.2.3996
Sat, 01 Jan 2022 20:45:04 +0100 Bram Moolenaar patch 8.2.3976: FEARG_LAST is never used v8.2.3976
Sat, 01 Jan 2022 17:30:02 +0100 Bram Moolenaar patch 8.2.3972: error messages are spread out v8.2.3972
Sat, 01 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3970: error messages are spread out v8.2.3970
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