summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1508: catch does not work when lines are joined with a newlinev9.0.1508zeertzjq2023-05-051-6/+9
* patch 9.0.1505: error when heredoc content looks like heredocv9.0.1505zeertzjq2023-05-021-4/+4
* patch 9.0.1452: code using EVAL_CONSTANT is dead, it is never setv9.0.1452zeertzjq2023-04-131-9/+5
* patch 9.0.1401: condition is always truev9.0.1401zeertzjq2023-03-111-12/+9
* patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan2023-03-071-1/+1
* patch 9.0.1381: ACCESS_ names have a conflict with on some systemsv9.0.1381=?UTF-8?q?Ola=20S=C3=B6der?=2023-03-051-3/+3
* patch 9.0.1338: :defcompile and :disassemble can't find class methodv9.0.1338Bram Moolenaar2023-02-211-29/+65
* patch 9.0.1266: error for space before ": type" is inconsistentv9.0.1266Bram Moolenaar2023-01-301-1/+6
* patch 9.0.1239: cannot have a line break before an object member accessv9.0.1239Bram Moolenaar2023-01-241-1/+4
* patch 9.0.1180: compiler warnings without the +job featurev9.0.1180Bram Moolenaar2023-01-111-4/+10
* patch 9.0.1175: the set_ref_in_item() function is too longv9.0.1175Yegappan Lakshmanan2023-01-111-195/+261
* patch 9.0.1152: class "implements" argument not implementedv9.0.1152Bram Moolenaar2023-01-061-1/+2
* patch 9.0.1149: class members may be garbage collectedv9.0.1149Bram Moolenaar2023-01-051-3/+26
* patch 9.0.1145: invalid memory access with recursive substitute expressionv9.0.1145Bram Moolenaar2023-01-041-0/+5
* patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar2023-01-021-4/+4
* patch 9.0.1105: code is indented too muchv9.0.1105Yegappan Lakshmanan2022-12-271-93/+94
* patch 9.0.1081: using "->" with split lines does not always workv9.0.1081Bram Moolenaar2022-12-191-3/+14
* patch 9.0.1074: class members are not supported yetv9.0.1074Bram Moolenaar2022-12-181-30/+41
* patch 9.0.1060: private and public object members are not implemented yetv9.0.1060Bram Moolenaar2022-12-141-4/+51
* patch 9.0.1059: build failure with some compilersv9.0.1059Bram Moolenaar2022-12-141-20/+24
* patch 9.0.1058: string value of class and object do not have informationv9.0.1058Bram Moolenaar2022-12-141-5/+35
* patch 9.0.1045: in a class object members cannot be initializedv9.0.1045Bram Moolenaar2022-12-101-5/+11
* patch 9.0.1041: cannot define a method in a classv9.0.1041Bram Moolenaar2022-12-091-1/+1
* patch 9.0.1035: object members are not being marked as usedv9.0.1035Bram Moolenaar2022-12-081-115/+171
* patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar2022-12-081-1/+46
* patch 9.0.0967: leaking memory from autocmd windowsv9.0.0967Bram Moolenaar2022-11-281-1/+2
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-3/+4
* patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar2022-11-181-2/+1
* patch 9.0.0836: wrong error when using extend() with funcrefv9.0.0836zeertzjq2022-11-051-1/+2
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-1/+1
* patch 9.0.0804: crash when trying to divide a number by -1v9.0.0804Bram Moolenaar2022-10-201-1/+7
* patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnumv9.0.0712Bram Moolenaar2022-10-101-3/+7
* patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar2022-10-071-1/+1
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-011-32/+97
* patch 9.0.0632: calling a function from an "expr" option has overheadv9.0.0632Bram Moolenaar2022-10-011-2/+17
* patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar2022-09-281-4/+33
* patch 9.0.0558: Coverity warns for possibly using NULL pointerv9.0.0558Bram Moolenaar2022-09-231-1/+2
* patch 9.0.0556: leaking memory with nested functionsv9.0.0556Bram Moolenaar2022-09-231-0/+1
* patch 9.0.0554: using freed memory when command follows lambdav9.0.0554Bram Moolenaar2022-09-231-5/+16
* patch 9.0.0552: crash when using NUL in buffer that uses :sourcev9.0.0552Bram Moolenaar2022-09-221-2/+2
* patch 9.0.0502: a closure in a nested loop in a :def function does not workv9.0.0502Bram Moolenaar2022-09-191-7/+15
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-59/+6
* patch 9.0.0487: using freed memory with combination of closuresv9.0.0487Bram Moolenaar2022-09-171-2/+7
* patch 9.0.0485: in :def function all closures in loop get the same variablesv9.0.0485Bram Moolenaar2022-09-171-2/+17
* patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar2022-09-141-17/+2
* patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar2022-09-111-1/+5
* patch 9.0.0437: no error when custom completion function returns wrong typev9.0.0437Bram Moolenaar2022-09-101-0/+3
* patch 9.0.0435: compiler warning for uninitialized variablev9.0.0435Bram Moolenaar2022-09-101-1/+1
* patch 9.0.0433: Coverity warns for not checking allocation failurev9.0.0433Bram Moolenaar2022-09-101-3/+7
* patch 9.0.0406: deferred functions not invoked when partial func exitsv9.0.0406Bram Moolenaar2022-09-071-3/+10