aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.h
Commit message (Expand)AuthorAge
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* feat(lua): allow some viml functions to run in fastLewis Russell2022-05-17
* refactor(eval): use Hashy McHashFace instead of gperfbfredl2022-05-12
* vim-patch:8.1.1807: more functions can be used as a methodSean Dewar2021-08-12
* vim-patch:8.1.1803: all builtin functions are globalSean Dewar2021-08-12
* eval.c: factor out eval/funcs.c #11828Jakub Łuczyński2020-02-10