summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/userfunc.c
AgeCommit message (Expand)AuthorFiles
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes1
2026-04-18feat(vimfn): use Lua for more excmds/vimfnsJustin M. Keyes1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-03-28vim-patch:9.2.0265: unnecessary restrictions for defining dictionary function...zeertzjq1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2025-12-28vim-patch:8.2.0098: exe stack length can be wrong without being detected (#37...Jan Edmund Lazo1
2025-12-22vim-patch:8.2.1756: Vim9: :let will soon be disallowed (#37063)zeertzjq1
2025-12-21vim-patch:8.2.0223: some instructions not yet testedJan Edmund Lazo1
2025-12-21vim-patch:8.2.4548: script-local function is deleted when used in a funcrefJan Edmund Lazo1
2025-12-21vim-patch:8.2.1667: local function name cannot shadow a global function nameJan Edmund Lazo1
2025-12-14vim-patch:8.2.4529: Vim9: comparing partial with function failsJan Edmund Lazo1
2025-12-14vim-patch:8.2.4528: crash when using null_function for a partialJan Edmund Lazo1
2025-12-02fix(eval): fix crash with :breakadd expr when calling user funczeertzjq1
2025-12-01vim-patch:8.0.0287: debug mode: cannot access function arguments (#36772)zeertzjq1
2025-10-13fix(coverity/532324): free skip_until to prevent leak #36109Ethan Praeter1
2025-10-11fix(coverity/532421) removed logically dead code #36101Ethan Praeter1
2025-10-10vim-patch:8.2.2456: Coverity warning for strcpy() into fixed size arrayJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-08vim-patch:9.1.1607: :apple command detected as :append (#35237)zeertzjq1
2025-04-14vim-patch:9.1.1298: define_function() is too long (#33457)zeertzjq1
2025-03-13vim-patch:9.1.1195: inside try-block: fn body executed with default arg undef...zeertzjq1
2025-03-03vim-patch:9.1.1169: using global variable for get_insert()/get_lambda_name() ...zeertzjq1
2025-02-04vim-patch:9.1.1074: Strange error when heredoc marker starts with "trim" (#32...zeertzjq1
2025-02-03vim-patch:9.0.1391: "clear" macros are not always used (#32312)zeertzjq1
2025-02-03vim-patch:8.2.4948: cannot use Perl heredoc in nested :def function (#32311)zeertzjq1
2025-02-03vim-patch:9.1.1071: args missing after failing to redefine a functionzeertzjq1
2025-02-03vim-patch:9.1.1066: heap-use-after-free and stack-use-after-scope with :14ver...zeertzjq1
2025-02-03vim-patch:9.1.1063: too many strlen() calls in userfunc.czeertzjq1
2025-02-03vim-patch:9.0.1142: crash and/or memory leak when redefining functionzeertzjq1
2025-02-03vim-patch:8.2.2505: Vim9: crash after defining function with invalid return typezeertzjq1
2025-02-03vim-patch:8.2.1445: Vim9: function expanded name is cleared when sourcing againzeertzjq1
2025-02-03vim-patch:8.2.0825: def_function() may return pointer that was freedzeertzjq1
2025-02-02vim-patch: port some userfunc.c refactorings from Vim (#32292)zeertzjq1
2025-01-16vim-patch:9.1.1013: Vim9: Regression caused by patch v9.1.0646zeertzjq1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-02fix(eval): handle wrong v:lua in expr option properly (#29953)zeertzjq1
2024-08-02refactor(eval): treat v:lua call as simple functionzeertzjq1
2024-08-02vim-patch:9.1.0649: Wrong comment for "len" argument of call_simple_func()zeertzjq1
2024-08-02vim-patch:9.0.0632: calling a function from an "expr" option has overheadzeertzjq1
2024-08-02vim-patch:8.2.4416: Vim9: using a script-local function requires using "s:" (...zeertzjq1
2024-07-10vim-patch:9.1.0547: No way to get the arity of a Vim function (#29638)zeertzjq1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-30docs: various fixes (#28208)dundargoc1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-04-13vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq1
2024-04-11vim-patch:9.1.0301: Vim9: heredoc start may be recognized in string (#28266)zeertzjq1
2024-04-10vim-patch:9.1.0287: Vim9: comment may be treated as heredoc start (#28257)zeertzjq1
2024-03-16vim-patch:9.1.0182: Can define function with invalid name inside 'formatexpr'...zeertzjq1
2024-03-16vim-patch:8.2.3782: Vim9: no error if a function shadows a script variable (#...zeertzjq1