summaryrefslogtreecommitdiffstats
path: root/src/proto/eval.pro
AgeCommit message (Expand)Author
2024-04-15patch 9.1.0335: String interpolation fails for List typev9.1.0335Yegappan Lakshmanan
2024-01-01patch 9.0.2190: proto files need updatev9.0.2190Christian Brabandt
2023-09-04patch 9.0.1862: Vim9 Garbage Collection issuesv9.0.1862Yegappan Lakshmanan
2023-08-17patch 9.0.1723: Fix regression in {func} argument of reduce()v9.0.1723zeertzjq
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-09-28patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar
2022-08-18patch 9.0.0225: using freed memory with multiple line breaks in expressionv9.0.0225Bram Moolenaar
2022-05-05patch 8.2.4869: expression in command block does not look after NLv8.2.4869Bram Moolenaar
2022-03-08patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar
2022-02-02patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar
2022-01-22patch 8.2.4179: 'foldtext' is evaluated in the current script contextv8.2.4179Bram Moolenaar
2022-01-21patch 8.2.4173: cannot use an import in 'foldexpr'v8.2.4173Bram Moolenaar
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
2021-12-12patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan
2021-12-06patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan
2021-10-23patch 8.2.3560: using freed memory with lambdav8.2.3560Bram Moolenaar
2021-08-11patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar
2021-07-10patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan
2021-06-02patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan
2021-02-11patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar
2021-01-21patch 8.2.2381: Vim9: divide by zero does not abort expression executionv8.2.2381Bram Moolenaar
2021-01-15patch 8.2.2356: Vim9: ":put =expr" does not handle a list properlyv8.2.2356Bram Moolenaar
2021-01-13patch 8.2.2344: using inclusive index for slice is not always desiredv8.2.2344Bram Moolenaar
2021-01-10patch 8.2.2324: not easy to get mark en cursor posotion by character countv8.2.2324Bram Moolenaar
2021-01-09patch 8.2.2318: Vim9: string and list index work differentlyv8.2.2318Bram Moolenaar
2021-01-05patch 8.2.2305: Vim9: "++var" and "--var" are silently acceptedv8.2.2305Bram Moolenaar
2020-12-22patch 8.2.2186: Vim9: error when using 'opfunc'v8.2.2186Bram Moolenaar
2020-10-28patch 8.2.1914: Vim9: cannot put line break in expression for '=' registerv8.2.1914Bram Moolenaar
2020-10-22patch 8.2.1891: Vim9: skipping over expression doesn't handle line breaksv8.2.1891Bram Moolenaar
2020-08-16patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"v8.2.1466Bram Moolenaar
2020-08-15patch 8.2.1462: Vim9: string slice not supported yetv8.2.1462Bram Moolenaar
2020-08-15patch 8.2.1461: Vim9: string indexes are counted in bytesv8.2.1461Bram Moolenaar
2020-07-27patch 8.2.1306: checking for first character of dict key is inconsistentv8.2.1306Bram Moolenaar
2020-07-08patch 8.2.1161: Vim9: using freed memoryv8.2.1161Bram Moolenaar
2020-07-04patch 8.2.1125: Vim9: double quote can be a string or a commentv8.2.1125Bram Moolenaar
2020-07-01patch 8.2.1110: Vim9: line continuation does not work in function argumentsv8.2.1110Bram Moolenaar
2020-06-28patch 8.2.1080: Vim9: no line break allowed in a for loopv8.2.1080Bram Moolenaar
2020-06-27patch 8.2.1076: Vim9: no line break allowed in :if expressionv8.2.1076Bram Moolenaar
2020-06-27patch 8.2.1074: Vim9: no line break allowed after some operatorsv8.2.1074Bram Moolenaar
2020-06-27patch 8.2.1071: Vim9: no line break allowed inside a lambdav8.2.1071Bram Moolenaar
2020-06-27patch 8.2.1067: expression "!expr->func()" does not workv8.2.1067Bram Moolenaar
2020-06-26patch 8.2.1065: Vim9: no line break allowed inside a listv8.2.1065Bram Moolenaar
2020-06-24patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar
2020-06-24patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar
2020-06-07patch 8.2.0918: duplicate code for evaluating expression argumentv8.2.0918Bram Moolenaar
2020-05-30patch 8.2.0847: typval related code is spread outv8.2.0847Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2019-12-25patch 8.2.0044: expression type is used inconsistentlyv8.2.0044Bram Moolenaar
2019-09-04patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar