aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/userfunc.c
Commit message (Expand)AuthorAge
* fixup! vim-patch:8.1.1310: named function arguments are never optionalJan Edmund Lazo2021-02-22
* vim-patch:8.1.1310: named function arguments are never optionalerw72021-02-22
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* vim-patch:8.2.2142: memory leak when heredoc is not terminatedJan Edmund Lazo2020-12-22
* eval: use VAR_UNLOCKED enum, not the direct valueJan Edmund Lazo2020-11-21
* vim-patch:8.2.0506: Coverity complains about ignoring return valueJan Edmund Lazo2020-10-25
* vim-patch:8.2.0268: trycatch test failsJan Edmund Lazo2020-10-21
* userfunc: abort early on invalid refsJan Edmund Lazo2020-09-30
* vim-patch:8.2.0042: clearing funccal values twiceJan Edmund Lazo2020-09-30
* vim-patch:8.2.0499: calling a lambda is slower than evaluating a stringJan Edmund Lazo2020-09-30
* vim-patch:8.1.1319: computing function length name in many placesJan Edmund Lazo2020-09-30
* vim-patch:8.1.1563: crash when using closureserw72020-09-30
* lua: cleanup naming conventions of executor functionsBjörn Linse2020-09-10
* vim-patch:8.2.0607: gcc warns for using uninitialized variableJan Edmund Lazo2020-08-19
* userfunc: fix pvs/v547Jan Edmund Lazo2020-08-15
* lua: Add ability to pass tables with __callTJ DeVries2020-07-10
* lua: Add ability to pass lua functions directly to vimLTJ DeVries2020-07-10
* vim-patch:8.1.0917: double free when running out of memoryJan Edmund Lazo2020-06-04
* vim-patch:8.1.1485: double free when garbage_collect() is used in autocommanderw72020-05-25
* vim-patch:8.1.1007: using closure may consume a lot of memoryerw72020-05-07
* vim-patch:8.1.0475: memory not freed on exit when quit in autocmderw72020-05-07
* vim-patch:8.1.0868: crash if triggering garbage collector after a function callJan Edmund Lazo2020-05-03
* vim-patch:8.1.0800: may use a lot of memory when a function refers itselfJan Edmund Lazo2020-05-03
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
* rename: user_funcs -> userfuncJakub Łuczyński2020-02-13