aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/userfunc.c
Commit message (Expand)AuthorAge
* 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
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* vim-patch:8.2.3448: :endtry after function call that throws not foundSean Dewar2022-04-13
* vim-patch:8.2.3416: second error is reported while exception is being thrownSean Dewar2022-04-13
* 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