index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
nvim
/
eval
/
userfunc.c
Age
Commit message (
Expand
)
Author
Files
2026-04-22
feat(:restart): v:starttime, v:exitreason #39282
Justin M. Keyes
1
2026-04-18
feat(vimfn): use Lua for more excmds/vimfns
Justin M. Keyes
1
2026-04-14
build: update clang v21, fix warnings
dundargoc
1
2026-03-28
vim-patch:9.2.0265: unnecessary restrictions for defining dictionary function...
zeertzjq
1
2026-02-08
fix(messages): unwanted newlines with ext_messages #37733
luukvbaal
1
2025-12-28
vim-patch:8.2.0098: exe stack length can be wrong without being detected (#37...
Jan Edmund Lazo
1
2025-12-22
vim-patch:8.2.1756: Vim9: :let will soon be disallowed (#37063)
zeertzjq
1
2025-12-21
vim-patch:8.2.0223: some instructions not yet tested
Jan Edmund Lazo
1
2025-12-21
vim-patch:8.2.4548: script-local function is deleted when used in a funcref
Jan Edmund Lazo
1
2025-12-21
vim-patch:8.2.1667: local function name cannot shadow a global function name
Jan Edmund Lazo
1
2025-12-14
vim-patch:8.2.4529: Vim9: comparing partial with function fails
Jan Edmund Lazo
1
2025-12-14
vim-patch:8.2.4528: crash when using null_function for a partial
Jan Edmund Lazo
1
2025-12-02
fix(eval): fix crash with :breakadd expr when calling user func
zeertzjq
1
2025-12-01
vim-patch:8.0.0287: debug mode: cannot access function arguments (#36772)
zeertzjq
1
2025-10-13
fix(coverity/532324): free skip_until to prevent leak #36109
Ethan Praeter
1
2025-10-11
fix(coverity/532421) removed logically dead code #36101
Ethan Praeter
1
2025-10-10
vim-patch:8.2.2456: Coverity warning for strcpy() into fixed size array
Jan Edmund Lazo
1
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2025-08-08
vim-patch:9.1.1607: :apple command detected as :append (#35237)
zeertzjq
1
2025-04-14
vim-patch:9.1.1298: define_function() is too long (#33457)
zeertzjq
1
2025-03-13
vim-patch:9.1.1195: inside try-block: fn body executed with default arg undef...
zeertzjq
1
2025-03-03
vim-patch:9.1.1169: using global variable for get_insert()/get_lambda_name() ...
zeertzjq
1
2025-02-04
vim-patch:9.1.1074: Strange error when heredoc marker starts with "trim" (#32...
zeertzjq
1
2025-02-03
vim-patch:9.0.1391: "clear" macros are not always used (#32312)
zeertzjq
1
2025-02-03
vim-patch:8.2.4948: cannot use Perl heredoc in nested :def function (#32311)
zeertzjq
1
2025-02-03
vim-patch:9.1.1071: args missing after failing to redefine a function
zeertzjq
1
2025-02-03
vim-patch:9.1.1066: heap-use-after-free and stack-use-after-scope with :14ver...
zeertzjq
1
2025-02-03
vim-patch:9.1.1063: too many strlen() calls in userfunc.c
zeertzjq
1
2025-02-03
vim-patch:9.0.1142: crash and/or memory leak when redefining function
zeertzjq
1
2025-02-03
vim-patch:8.2.2505: Vim9: crash after defining function with invalid return type
zeertzjq
1
2025-02-03
vim-patch:8.2.1445: Vim9: function expanded name is cleared when sourcing again
zeertzjq
1
2025-02-03
vim-patch:8.2.0825: def_function() may return pointer that was freed
zeertzjq
1
2025-02-02
vim-patch: port some userfunc.c refactorings from Vim (#32292)
zeertzjq
1
2025-01-16
vim-patch:9.1.1013: Vim9: Regression caused by patch v9.1.0646
zeertzjq
1
2024-09-23
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
1
2024-08-02
fix(eval): handle wrong v:lua in expr option properly (#29953)
zeertzjq
1
2024-08-02
refactor(eval): treat v:lua call as simple function
zeertzjq
1
2024-08-02
vim-patch:9.1.0649: Wrong comment for "len" argument of call_simple_func()
zeertzjq
1
2024-08-02
vim-patch:9.0.0632: calling a function from an "expr" option has overhead
zeertzjq
1
2024-08-02
vim-patch:8.2.4416: Vim9: using a script-local function requires using "s:" (...
zeertzjq
1
2024-07-10
vim-patch:9.1.0547: No way to get the arity of a Vim function (#29638)
zeertzjq
1
2024-06-11
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
1
2024-06-01
refactor: move shared messages to errors.h #26214
Justin M. Keyes
1
2024-04-30
docs: various fixes (#28208)
dundargoc
1
2024-04-20
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
1
2024-04-13
vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)
zeertzjq
1
2024-04-11
vim-patch:9.1.0301: Vim9: heredoc start may be recognized in string (#28266)
zeertzjq
1
2024-04-10
vim-patch:9.1.0287: Vim9: comment may be treated as heredoc start (#28257)
zeertzjq
1
2024-03-16
vim-patch:9.1.0182: Can define function with invalid name inside 'formatexpr'...
zeertzjq
1
2024-03-16
vim-patch:8.2.3782: Vim9: no error if a function shadows a script variable (#...
zeertzjq
1
[next]