aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/userfunc.c
Commit message (Expand)AuthorAge
* refactor: convert function comments to doxygen format (#17710)dundargoc2022-03-24
* refactor: remove redundant castsDundar Göc2022-03-06
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2396: using old C style commentsDundar Göc2021-10-21
* refactor: convert to doxygen-style comments #16013dundargoc2021-10-17
* fixup! vim-patch:8.1.2396: using old C style commentsDundar Göc2021-10-16
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format #15702dundargoc2021-09-18
* vim-patch:8.1.1195: Vim script debugger functionality needs cleanupSean Dewar2021-09-13
* refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* feat(v:lua): support calling v:lua as a methodSean Dewar2021-08-13
* fix(v:lua): fix emsg when calling v:lua directlySean Dewar2021-08-12
* vim-patch:8.1.1878: negative float before method not parsed correctlySean Dewar2021-08-12
* vim-patch:8.1.1863: confusing error when using a builtin function as methodSean Dewar2021-08-12
* vim-patch:8.1.1820: using expr->FuncRef() does not workSean Dewar2021-08-12
* vim-patch:8.1.1816: cannot use a user defined function as a 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
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* vim-patch:8.2.3089: garbage collection has useless code #15027dundargoc2021-07-08
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)Jan Edmund Lazo2021-06-26
* userfunc: pvs/v547Jan Edmund Lazo2021-06-05
* coverity/331366: fname_trans_sid: Avoid buffer overrunJames McCoy2021-05-06
* vim-patch:8.2.2764: memory leak when default function argument is allocatedJan Edmund Lazo2021-04-15
* 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