aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/userfunc.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.0578: heredoc for interfaces does not support "trim"zeertzjq2023-04-29
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.0875: using freed memory when executing delfunc at more prompt ...zeertzjq2023-04-25
* fix(userfunc): fix possible out of bound accessAndreas Schneider2023-04-21
* vim-patch:9.0.1470: deferred functions invoked in unexpected order (#23199)zeertzjq2023-04-19
* vim-patch:9.0.1469: deferred functions not called from autocommandszeertzjq2023-04-19
* vim-patch:9.0.1462: recursively calling :defer function if it does :qazeertzjq2023-04-19
* vim-patch:9.0.0864: crash when using "!!" without a previous shell commandzeertzjq2023-04-18
* refactor: suppress clang false positives (#23154)zeertzjq2023-04-17
* vim-patch:9.0.0419: the :defer command does not check the function argumentszeertzjq2023-04-17
* vim-patch:9.0.0406: deferred functions not invoked when partial func exitszeertzjq2023-04-17
* vim-patch:8.2.2172: Vim9: number of arguments is not always checked (#23142)zeertzjq2023-04-17
* vim-patch:9.0.0398: members of funccall_T are inconsistently named (#23123)zeertzjq2023-04-16
* vim-patch:9.0.1446: unnecessary checks for the "skip" flag when skippingzeertzjq2023-04-16
* vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq2023-04-16
* 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
* refactor: remove FC_DEADzeertzjq2023-04-15
* vim-patch:8.2.4770: cannot easily mix expression and heredoczeertzjq2023-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.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.1071: Vim9: no line break allowed inside a lambdazeertzjq2023-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: remove char_u (#22829)dundargoc2023-04-02
* vim-patch:8.2.1067: expression "!expr->func()" does not work (#22585)zeertzjq2023-03-09
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor(ui): remove some superfluous ui_flush() callsbfredl2023-02-09
* vim-patch:9.0.1246: code is indented more than necessary (#22006)zeertzjq2023-01-26
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* vim-patch:8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 ...zeertzjq2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13