summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
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
2021-07-18patch 8.2.3179: Vim9: cannot assign to an imported variable at script levelv8.2.3179Bram Moolenaar
2021-07-18patch 8.2.3177: Vim9: can not use "for _ in expr" at script levelv8.2.3177Bram Moolenaar
2021-07-18patch 8.2.3175: Vim9: using illegal pointer with nested lambdas.v8.2.3175Bram Moolenaar
2021-07-11patch 8.2.3146: Vim9: line number wrong for :execute argumentv8.2.3146Bram Moolenaar
2021-07-11patch 8.2.3144: Vim9: no error when using an invalid value for a line numberv8.2.3144Bram Moolenaar
2021-07-10patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan
2021-07-08patch 8.2.3129: Vim9: imported uninitialized list does not get type checkedv8.2.3129Bram Moolenaar
2021-07-08patch 8.2.3128: Vim9: uninitialzed list does not get type checkedv8.2.3128Bram Moolenaar
2021-07-05patch 8.2.3113: no error when for loop variable shadows script variablev8.2.3113Bram Moolenaar
2021-07-05patch 8.2.3111: Vim9: confusing error with extra whitespace before colonv8.2.3111Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-27patch 8.2.3064: Vim9: in script cannot set item in uninitialized listv8.2.3064Bram Moolenaar
2021-06-26patch 8.2.3055: strange error for assigning to "x.key" on non-dictionaryv8.2.3055Bram Moolenaar