aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.1125: Vim9: double quote can be a string or a commentzeertzjq2023-04-14
* vim-patch:8.2.1110: Vim9: line continuation does not work in function argumentszeertzjq2023-04-14
* vim-patch:8.2.1103: Coverity reports an unnecessary NULL checkzeertzjq2023-04-14
* vim-patch:8.2.1100: Vim9: cannot use line break in :execute argumentzeertzjq2023-04-14
* vim-patch:8.2.1099: Vim9: cannot use line break in :cexpr argumentzeertzjq2023-04-14
* vim-patch:8.2.1098: Vim9: cannot use line break in :throw argumentzeertzjq2023-04-14
* vim-patch:8.2.1080: Vim9: no line break allowed in a for loopzeertzjq2023-04-14
* vim-patch:8.2.1079: Vim9: no line break allowed in a while loopzeertzjq2023-04-14
* vim-patch:8.2.1076: Vim9: no line break allowed in :if expressionzeertzjq2023-04-14
* vim-patch:8.2.1075: Vim9: no line break allowed in :echo expressionzeertzjq2023-04-14
* vim-patch:8.2.1074: Vim9: no line break allowed after some operatorszeertzjq2023-04-14
* vim-patch:8.2.1073: Vim9: no line break allowed in () expressionzeertzjq2023-04-14
* vim-patch:8.2.1071: Vim9: no line break allowed inside a lambdazeertzjq2023-04-14
* vim-patch:8.2.1069: Vim9: fail to check for white space in listzeertzjq2023-04-14
* vim-patch:8.2.1068: Vim9: no line break allowed inside a dictzeertzjq2023-04-14
* vim-patch:8.2.1065: Vim9: no line break allowed inside a listzeertzjq2023-04-14
* vim-patch:8.2.1064: Vim9: no line break allowed before comperatorszeertzjq2023-04-14
* vim-patch:8.2.1063: Vim9: no line break allowed before || or &&zeertzjq2023-04-14
* vim-patch:8.2.1062: Vim9: no line break allowed inside "cond ? val1 : val2"zeertzjq2023-04-14
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
* vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq2023-04-14
* vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq2023-04-14
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* fix: snprintf buffer overflow detected by -D_FORTIFY_SOURCE=3 (#22780)Andreas Schneider2023-03-26
* vim-patch:9.0.1401: condition is always true (#22638)zeertzjq2023-03-12
* refactor: move ga_loaded to runtime.c (#22626)zeertzjq2023-03-11
* vim-patch:8.2.1067: expression "!expr->func()" does not work (#22585)zeertzjq2023-03-09
* vim-patch:8.2.3969: value of MAXCOL not available in Vim scriptzeertzjq2023-03-07
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05