aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* test(old): remove python2 tests (#23547)zeertzjq2023-05-09
* vim-patch:8.2.2459: Coverity reports dead code (#23531)zeertzjq2023-05-08
* vim-patch:9.0.0904: various comment and indent flaws (#23498)zeertzjq2023-05-06
* vim-patch:9.0.1508: catch does not work when lines are joined with a newlinezeertzjq2023-05-06
* vim-patch:8.2.2141: a user command with try/catch may not catch an expression...zeertzjq2023-05-06
* vim-patch:8.2.2094: when an expression fails getting next command may be wrongzeertzjq2023-05-06
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* vim-patch:8.2.1697: inconsistent capitalization of error messages (#23476)zeertzjq2023-05-04
* vim-patch:8.2.2756: Vim9: blob index and slice not implemented yetzeertzjq2023-05-04
* vim-patch:8.2.2344: using inclusive index for slice is not always desiredzeertzjq2023-05-04
* vim-patch:8.2.1466: Vim9: cannot index or slice a variable with type "any"zeertzjq2023-05-04
* vim-patch:8.2.1462: Vim9: string slice not supported yetzeertzjq2023-05-04
* vim-patch:8.2.1461: Vim9: string indexes are counted in byteszeertzjq2023-05-04
* vim-patch:8.2.1466: Vim9: cannot index or slice a variable with type "any"zeertzjq2023-05-04
* vim-patch:8.2.1463: Vim9: list slice not supported yetzeertzjq2023-05-04
* vim-patch:8.2.0987: Vim9: cannot assign to [var; var]zeertzjq2023-05-04
* refactor: uncrustifydundargoc2023-04-26
* fix(timer): allow timer_info() to get info about current timerzeertzjq2023-04-25
* vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...zeertzjq2023-04-25
* refactor(eval): use tv_list_append_allocated_string()zeertzjq2023-04-19
* vim-patch:8.2.4197: cannot use an import in the "expr" part of 'spellsuggest'zeertzjq2023-04-17
* vim-patch:8.2.4193: cannot use an import in 'charconvert'zeertzjq2023-04-17
* vim-patch:8.2.4186: cannot use an import in 'patchexpr'zeertzjq2023-04-17
* vim-patch:8.2.4182: memory leak when evaluating 'diffexpr'zeertzjq2023-04-17
* vim-patch:8.2.4181: Vim9: cannot use an import in 'diffexpr'zeertzjq2023-04-17
* vim-patch:9.0.1145: invalid memory access with recursive substitute expressio...zeertzjq2023-04-16
* vim-patch:9.0.0398: members of funccall_T are inconsistently named (#23123)zeertzjq2023-04-16
* vim-patch:8.2.3783: confusing error for using a variable as a functionzeertzjq2023-04-16
* vim-patch:8.2.2978: warning for uninitialized variablezeertzjq2023-04-16
* vim-patch:8.2.2977: crash when using a null function referencezeertzjq2023-04-16
* vim-patch:8.2.2848: crash whn calling partialzeertzjq2023-04-16
* refactor: deprecate checkhealth functionsdundargoc2023-04-15
* vim-patch:9.0.0104: going beyond allocated memory when evaluating string cons...zeertzjq2023-04-15
* vim-patch:8.2.4934: string interpolation fails when not evaluatingzeertzjq2023-04-15
* vim-patch:8.2.4930: interpolated string expression requires escapingzeertzjq2023-04-15
* vim-patch:8.2.4883: string interpolation only works in heredoczeertzjq2023-04-15
* vim-patch:8.2.1378: cannot put space between function name and parenzeertzjq2023-04-15
* vim-patch:8.2.3329: v_lock not set when getting value of environment variablezeertzjq2023-04-15
* vim-patch:8.2.1014: using "name" for a string result is confusingzeertzjq2023-04-15
* vim-patch:8.2.0634: crash with null partial and blobzeertzjq2023-04-15
* vim-patch:8.2.0633: crash when using null partial in filter()zeertzjq2023-04-15
* vim-patch:8.2.1111: inconsistent naming of get_list_tv() and eval_dict() (#23...zeertzjq2023-04-14
* vim-patch:9.0.1452: code using EVAL_CONSTANT is dead, it is never setzeertzjq2023-04-14
* vim-patch:8.2.1794: no falsy Coalescing operatorzeertzjq2023-04-14
* vim-patch:8.2.1512: failure after trinary expression failszeertzjq2023-04-14
* vim-patch:8.2.1189: Vim9: line continuation in lambda doesn't always workzeertzjq2023-04-14
* vim-patch:8.2.3216: Vim9: crash when using variable in a loop at script levelzeertzjq2023-04-14
* vim-patch:8.2.1203: unused assignments in expression evaluationzeertzjq2023-04-14
* vim-patch:8.2.1161: Vim9: using freed memoryzeertzjq2023-04-14