index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
eval
/
userfunc.c
Commit message (
Expand
)
Author
Age
*
vim-patch:9.1.1169: using global variable for get_insert()/get_lambda_name() ...
zeertzjq
2025-03-03
*
vim-patch:9.1.1074: Strange error when heredoc marker starts with "trim" (#32...
zeertzjq
2025-02-04
*
vim-patch:9.0.1391: "clear" macros are not always used (#32312)
zeertzjq
2025-02-03
*
vim-patch:8.2.4948: cannot use Perl heredoc in nested :def function (#32311)
zeertzjq
2025-02-03
*
vim-patch:9.1.1071: args missing after failing to redefine a function
zeertzjq
2025-02-03
*
vim-patch:9.1.1066: heap-use-after-free and stack-use-after-scope with :14ver...
zeertzjq
2025-02-03
*
vim-patch:9.1.1063: too many strlen() calls in userfunc.c
zeertzjq
2025-02-03
*
vim-patch:9.0.1142: crash and/or memory leak when redefining function
zeertzjq
2025-02-03
*
vim-patch:8.2.2505: Vim9: crash after defining function with invalid return type
zeertzjq
2025-02-03
*
vim-patch:8.2.1445: Vim9: function expanded name is cleared when sourcing again
zeertzjq
2025-02-03
*
vim-patch:8.2.0825: def_function() may return pointer that was freed
zeertzjq
2025-02-03
*
vim-patch: port some userfunc.c refactorings from Vim (#32292)
zeertzjq
2025-02-02
*
vim-patch:9.1.1013: Vim9: Regression caused by patch v9.1.0646
zeertzjq
2025-01-16
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
fix(eval): handle wrong v:lua in expr option properly (#29953)
zeertzjq
2024-08-02
*
refactor(eval): treat v:lua call as simple function
zeertzjq
2024-08-02
*
vim-patch:9.1.0649: Wrong comment for "len" argument of call_simple_func()
zeertzjq
2024-08-02
*
vim-patch:9.0.0632: calling a function from an "expr" option has overhead
zeertzjq
2024-08-02
*
vim-patch:8.2.4416: Vim9: using a script-local function requires using "s:" (...
zeertzjq
2024-08-02
*
vim-patch:9.1.0547: No way to get the arity of a Vim function (#29638)
zeertzjq
2024-07-10
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
docs: various fixes (#28208)
dundargoc
2024-04-30
*
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
*
vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)
zeertzjq
2024-04-13
*
vim-patch:9.1.0301: Vim9: heredoc start may be recognized in string (#28266)
zeertzjq
2024-04-11
*
vim-patch:9.1.0287: Vim9: comment may be treated as heredoc start (#28257)
zeertzjq
2024-04-10
*
vim-patch:9.1.0182: Can define function with invalid name inside 'formatexpr'...
zeertzjq
2024-03-16
*
vim-patch:8.2.3782: Vim9: no error if a function shadows a script variable (#...
zeertzjq
2024-03-16
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: follow style guide
dundargoc
2023-12-24
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
docs: add style rule regarding initialization
dundargoc
2023-12-18
*
vim-patch:8.1.1583: set_ref_in_list() only sets ref in items (#26418)
zeertzjq
2023-12-06
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: move hashtab types to hashtab_defs.h (#26262)
zeertzjq
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
*
refactor: remove __clang_analyzer__ macro
dundargoc
2023-11-21
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
refactor: the long goodbye
dundargoc
2023-11-05
[next]