aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/userfunc.c
Commit message (Expand)AuthorAge
* vim-patch:9.0.0568: autocmd code is indented more than needed (#20318)zeertzjq2022-09-24
* fix(eval)!: make Lua Funcref work as method and in substitute() (#20217)zeertzjq2022-09-16
* vim-patch:9.0.0476: varargs does not work for replacement function of substit...zeertzjq2022-09-16
* vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq2022-09-16
* vim-patch:8.2.0067: ERROR_UNKNOWN clashes on some systems (#20212)zeertzjq2022-09-16
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl2022-09-07
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with charDundar Göc2022-08-31
* vim-patch:8.2.0301: insufficient testing for exception handling (#20016)zeertzjq2022-08-31
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* vim-patch:8.2.0522: several errors are not tested for (#19901)zeertzjq2022-08-23
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* vim-patch:8.2.0823: Vim9: script reload test is disabledzeertzjq2022-08-14
* vim-patch:8.2.0078: expanding <sfile> works differently the second timezeertzjq2022-08-14
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* vim-patch:8.1.1689: profiling code is spread outzeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
* refactor: fix clang and PVS warnings (#19569)zeertzjq2022-07-29
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* refactor: replace char_uDundar Goc2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* ci(coverity): annotate register_cfunc as leaking memoryJames McCoy2022-05-20
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* build(clint): remove "function size is too large" warningDundar Goc2022-05-06
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: enable -Wconversion warning for funcs.c and userfuncs.cDundar Goc2022-04-26