aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/userfunc.h
Commit message (Expand)AuthorAge
* refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* fix(textformat): remove unnecessary changed_bytes() (#26027)zeertzjq2023-11-13
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* 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.1071: Vim9: no line break allowed inside a lambdazeertzjq2023-04-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* docs: fix typos (#20509)dundargoc2022-10-13
* 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(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl2022-09-07
* refactor: replace char_u with charDundar Goc2022-08-12
* vim-patch:8.1.1689: profiling code is spread outzeertzjq2022-08-12
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* vim-patch:8.1.1863: confusing error when using a builtin function as methodSean Dewar2021-08-12
* vim-patch:8.1.1803: all builtin functions are globalSean Dewar2021-08-12
* vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar2021-08-12
* vim-patch:8.1.0475: memory not freed on exit when quit in autocmderw72020-05-07
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
* rename: user_funcs -> userfuncJakub Łuczyński2020-02-13