summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
2022-01-12patch 8.2.4069: Vim9: import test fails on MS-Windowsv8.2.4069Bram Moolenaar
2022-01-09patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar
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-07patch 8.2.4024: confusing error message if imported name is used directlyv8.2.4024Bram Moolenaar
2022-01-06patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar
2022-01-05patch 8.2.4006: Vim9: crash when declaring variable on the command linev8.2.4006Bram Moolenaar
2022-01-04patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar
2022-01-03patch 8.2.3991: Vim9: error when extending dict<any>v8.2.3991Bram Moolenaar
2022-01-01patch 8.2.3977: error messages are spread outv8.2.3977Bram 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
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-27patch 8.2.3916: no error for passing an invalid line number to append()v8.2.3916Bram Moolenaar
2021-12-19patch 8.2.3852: Vim9: not enough testsv8.2.3852Bram Moolenaar
2021-12-19patch 8.2.3850: illegal memory access when displaying a partialv8.2.3850Bram Moolenaar
2021-12-18patch 8.2.3847: illegal memory access when using a lambda with an errorv8.2.3847Bram Moolenaar
2021-12-17patch 8.2.3836: Vim9: comment after expression not skipped to find NLv8.2.3836Bram Moolenaar
2021-12-16patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar
2021-12-15patch 8.2.3815: Vim9: cannot have a multi-line dict inside a blockv8.2.3815Bram Moolenaar
2021-12-14patch 8.2.3810: Vim9: expr4 test fails on MS-Windowsv8.2.3810Bram Moolenaar
2021-12-14patch 8.2.3809: Vim9: crash when garbage collecting a nested partialv8.2.3809Bram Moolenaar
2021-12-14patch 8.2.3807: Vim9: can call import with star directlyv8.2.3807Bram Moolenaar
2021-12-13patch 8.2.3796: the funcexe_T struct members are not named consistentlyv8.2.3796Bram Moolenaar
2021-12-12patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan
2021-12-11patch 8.2.3783: confusing error for using a variable as a functionv8.2.3783Bram Moolenaar
2021-12-09patch 8.2.3767: crash when using NULL partialv8.2.3767Bram Moolenaar
2021-12-09patch 8.2.3766: converting a funcref to a string leaves out "g:"v8.2.3766Bram Moolenaar
2021-12-06patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan
2021-11-29patch 8.2.3695: confusing error for missing keyv8.2.3695Bram Moolenaar
2021-11-22patch 8.2.3650: Vim9: for loop variable can be a list memberv8.2.3650Bram Moolenaar
2021-10-23patch 8.2.3560: using freed memory with lambdav8.2.3560Bram Moolenaar
2021-09-09patch 8.2.3418: garbage collection while evaluating may cause troublev8.2.3418Christian Brabandt
2021-08-23patch 8.2.3370: Vim9: no check for white space before type in declarationv8.2.3370Bram Moolenaar
2021-08-15patch 8.2.3347: check for legacy script is incompletev8.2.3347Bram Moolenaar
2021-08-14patch 8.2.3346: Vim9: no error for using "." for concatenation after ":vim9cmd"v8.2.3346Bram Moolenaar
2021-08-13patch 8.2.3340: accessing uninitialized pointerv8.2.3340Bram Moolenaar
2021-08-13patch 8.2.3339: Vim9: cannot lock a member in a local dictv8.2.3339Bram Moolenaar
2021-08-11patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar
2021-08-05patch 8.2.3297: cannot use all commands inside a {} blockv8.2.3297Bram Moolenaar
2021-08-04patch 8.2.3284: no error for insert() or remove() changing a locked blobv8.2.3284Sean Dewar
2021-08-01patch 8.2.3264: Vim9: assign test failsv8.2.3264Bram Moolenaar
2021-07-29patch 8.2.3249: Vim9: error for re-imported function with default argumentv8.2.3249Bram Moolenaar
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.3224: cannot call script-local function after :vim9cmdv8.2.3224Bram Moolenaar
2021-07-25patch 8.2.3216: Vim9: crash when using variable in a loop at script levelv8.2.3216Bram Moolenaar
2021-07-22patch 8.2.3201: crash in testv8.2.3201Bram Moolenaar
2021-07-22patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar
2021-07-20patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan