aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
...
| * vim-patch:9.0.0397: :defer not tested with exceptions and ":qa!"zeertzjq2023-04-16
| * vim-patch:9.0.0390: cannot use a partial with :deferzeertzjq2023-04-16
| * vim-patch:9.0.0379: cleaning up after writefile() is a hasslezeertzjq2023-04-16
| * vim-patch:9.0.0370: cleaning up afterwards can make a function messyzeertzjq2023-04-16
| * vim-patch:8.2.3783: confusing error for using a variable as a functionzeertzjq2023-04-16
| * vim-patch:8.2.2848: crash whn calling partialzeertzjq2023-04-16
| * vim-patch:8.2.1945: crash when passing NULL function to reduce()zeertzjq2023-04-16
| * refactor: remove FC_DEADzeertzjq2023-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.4840: heredoc expression evaluated even when skippingzeertzjq2023-04-15
| * vim-patch:8.2.4783: Coverity warns for leaking memoryzeertzjq2023-04-15
| * vim-patch:8.2.4770: cannot easily mix expression and heredoczeertzjq2023-04-15
| * vim-patch:8.2.0103: using null object with execute() has strange effectszeertzjq2023-04-15
| * vim-patch:8.2.4055: Vim9: line break in expression causes v:errmsg to be fill...zeertzjq2023-04-14
| * vim-patch:8.2.2138: Vim9: "exit_cb" causes Vim to exit (#23087)zeertzjq2023-04-14
| * vim-patch:8.2.1111: inconsistent naming of get_list_tv() and eval_dict() (#23...zeertzjq2023-04-14
| * vim-patch:8.2.1794: no falsy Coalescing operatorzeertzjq2023-04-14
| * vim-patch:8.2.3216: Vim9: crash when using variable in a loop at script levelzeertzjq2023-04-14
| * vim-patch:8.2.1162: crash when using a lambdazeertzjq2023-04-14
| * vim-patch:8.2.1161: Vim9: using freed memoryzeertzjq2023-04-14
| * vim-patch:8.2.1110: Vim9: line continuation does not work in function argumentszeertzjq2023-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.1071: Vim9: no line break allowed inside a lambdazeertzjq2023-04-14
| * vim-patch:9.0.1447: condition is always truezeertzjq2023-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
| * fix(eval): prevent double-free in garbage collection (#22990)zeertzjq2023-04-10
| * refactor: remove redundant castsii142023-04-07
| * refactor: remove redundant castsii142023-04-07
| * refactor: remove redundant const char * castsii142023-04-07
| * refactor: make char * parameters const in message.cii142023-04-07
| * refactor: remove use of reserved c++ keywordsii142023-04-06
| * refactor: make error message definitions constii142023-04-05
| * refactor: remove char_u (#22829)dundargoc2023-04-02
| * refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
| * refactor(PVS/V1048): remove duplicated assignments (#21873)Lucas Merritt2023-03-25
| * build: sanitizers for gccii142023-03-16
| * vim-patch:8.2.1067: expression "!expr->func()" does not work (#22585)zeertzjq2023-03-09
| * vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
| * refactor(build): graduate msgpack-c FLOAT32 "feature" since foreverbfredl2023-03-03
| * vim-patch:9.0.0430: cannot use repeat() with a blobzeertzjq2023-02-28
| * vim-patch:8.2.3438: cannot manipulate blobszeertzjq2023-02-28
| * vim-patch:9.0.0795: readblob() always reads the whole filezeertzjq2023-02-28
| * Merge #22382 has('gui_running')Justin M. Keyes2023-02-28
| |\
| | * feat(ui): restore has('gui_running')Justin M. Keyes2023-02-27