summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.4451: sort() fails when ignoring casev8.2.4451Bram Moolenaar2022-02-221-0/+1
* patch 8.2.4449: vim9: function argument of sort() not checked at compile timev8.2.4449Bram Moolenaar2022-02-221-1/+38
* patch 8.2.4441: Vim9: function argument of filter() not checked like map()v8.2.4441Bram Moolenaar2022-02-221-86/+80
* patch 8.2.4435: dead code in checking map() argumentsv8.2.4435Bram Moolenaar2022-02-211-1/+0
* patch 8.2.4429: using script-local function from the wrong scriptv8.2.4429Bram Moolenaar2022-02-211-1/+3
* patch 8.2.4426: map() function on string and blob does not check typesv8.2.4426Bram Moolenaar2022-02-201-2/+4
* patch 8.2.4425: map() function does not check function argumentsv8.2.4425Bram Moolenaar2022-02-201-24/+56
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-12/+12
* patch 8.2.4375: ctx_imports is not usedv8.2.4375Bram Moolenaar2022-02-131-1/+1
* patch 8.2.4354: dynamic loading of libsodium not handled properlyv8.2.4354K.Takata2022-02-121-1/+5
* patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan2022-02-081-1/+1
* patch 8.2.4322: Vim9: crash when using funcref with closurev8.2.4322Bram Moolenaar2022-02-071-1/+4
* patch 8.2.4321: Vim9: crash when using a funcref to a closurev8.2.4321Bram Moolenaar2022-02-071-0/+3
* patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the typev8.2.4304Bram Moolenaar2022-02-051-1/+22
* patch 8.2.4302: Vim9: return type of getline() is too strictv8.2.4302Bram Moolenaar2022-02-051-20/+30
* patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicatedv8.2.4294K.Takata2022-02-041-1/+1
* patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar2022-02-021-4/+31
* patch 8.2.4279: Vim9: cannot change item type with map() after range()v8.2.4279Bram Moolenaar2022-02-011-38/+155
* patch 8.2.4276: separate test function for the GUI scrollbarv8.2.4276Yegappan Lakshmanan2022-01-311-9/+0
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-34/+1
* patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok2022-01-311-2/+0
* patch 8.2.4259: number of test functions for GUI events is growingv8.2.4259Yegappan Lakshmanan2022-01-301-10/+2
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-7/+0
* patch 8.2.4255: theoretical computation overflowv8.2.4255=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-291-1/+1
* patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan2022-01-291-0/+2
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-4/+4
* patch 8.2.4231: Vim9: map() gives type error when type was not declaredv8.2.4231Bram Moolenaar2022-01-271-4/+13
* patch 8.2.4228: no tests for clicking in the GUI tablinev8.2.4228Yegappan Lakshmanan2022-01-271-0/+4
* patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def functionv8.2.4225Bram Moolenaar2022-01-261-1/+6
* patch 8.2.4224: Vim9: no error when using a number for map() second argumentv8.2.4224Bram Moolenaar2022-01-261-19/+45
* patch 8.2.4176: Vim9: cannot use imported function with call()v8.2.4176Bram Moolenaar2022-01-221-0/+24
* patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsoletev8.2.4175Bram Moolenaar2022-01-221-10/+2
* patch 8.2.4107: script context not restored after using <ScriptCmd>v8.2.4107Bram Moolenaar2022-01-161-1/+14
* patch 8.2.4086: "cctx" argument of find_func_even_dead() is unusedv8.2.4086Bram Moolenaar2022-01-131-2/+2
* patch 8.2.4052: not easy to resize a window from a pluginv8.2.4052Daniel Steinberg2022-01-101-0/+4
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-1/+1
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+2
* patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar2022-01-061-5/+3
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-051-7/+6
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-1/+1
* patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar2022-01-041-4/+4
* patch 8.2.4004: old compiler complains about struct init with variablev8.2.4004Bram Moolenaar2022-01-041-2/+2
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-041-105/+112
* patch 8.2.3976: FEARG_LAST is never usedv8.2.3976Bram Moolenaar2022-01-011-9/+1
* patch 8.2.3972: error messages are spread outv8.2.3972Bram Moolenaar2022-01-011-2/+2
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-2/+2
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-11/+11
* patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supportedv8.2.3965Bram Moolenaar2022-01-011-0/+1
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-18/+18
* patch 8.2.3956: duplicate assignmentv8.2.3956zeertzjq2021-12-311-1/+0