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
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'upstream/master' into mix_20240309
HEAD
rahm
Josh Rahm
2025-02-05
|
\
|
*
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:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)
zeertzjq
2025-02-02
|
*
vim-patch: port some userfunc.c refactorings from Vim (#32292)
zeertzjq
2025-02-02
|
*
vim-patch:9.1.1017: Vim9: Patch 9.1.1013 causes a few problems
zeertzjq
2025-01-16
|
*
vim-patch:9.1.1013: Vim9: Regression caused by patch v9.1.0646
zeertzjq
2025-01-16
|
*
refactor(options): remove code for multitype options
Famiu Haque
2025-01-14
|
*
vim-patch:9.1.0984: exception handling can be improved
zeertzjq
2025-01-07
|
*
feat(ui)!: emit prompt "messages" as cmdline events #31525
luukvbaal
2025-01-02
|
*
fix(jobs): do not block UI when jobwait() doesn't block (#31803)
Gregory Anders
2025-01-01
|
*
refactor(options): use `const` in more places (#31791)
Famiu Haque
2025-01-01
|
*
refactor(eval): move funcs to deprecated.c #31650
Justin M. Keyes
2024-12-23
|
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
|
*
feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343
Justin M. Keyes
2024-12-19
|
*
refactor(wininfo): change wininfo from a linked list to an array
bfredl
2024-12-16
|
*
vim-patch:9.1.0888: leftcol property not available in getwininfo() (#31349)
zeertzjq
2024-11-26
|
*
refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)
Famiu Haque
2024-11-25
|
*
fix(messages): more ext_messages kinds #31279
luukvbaal
2024-11-20
*
|
Merge remote-tracking branch 'upstream/master' into mix_20240309
Josh Rahm
2024-11-25
|
\
|
|
*
vim-patch:9.1.0870: too many strlen() calls in eval.c (#31267)
zeertzjq
2024-11-19
|
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
|
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
|
*
vim-patch:9.1.0822: topline might be changed in diff mode unexpectedly (#30988)
zeertzjq
2024-10-30
|
*
refactor(options): option flags enum #30961
Famiu Haque
2024-10-28
|
*
vim-patch:9.1.0775: tests: not enough tests for setting options (#30785)
zeertzjq
2024-10-13
*
|
Merge remote-tracking branch 'upstream/master' into mix_20240309
Josh Rahm
2024-11-19
|
\
|
|
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
|
*
refactor: rename "process" => "proc" #30387
Justin M. Keyes
2024-09-15
|
*
fix(startup): server fails if $NVIM_APPNAME is relative dir #30310
Justin M. Keyes
2024-09-08
|
*
vim-patch:8.2.4838: checking for absolute path is not trivial (#29990)
zeertzjq
2024-08-06
|
*
vim-patch:9.1.0465: missing filecopy() function (#29989)
zeertzjq
2024-08-06
|
*
refactor: extract eval/fs.c from eval/funcs.c (#29985)
zeertzjq
2024-08-06
|
*
build(deps): remove msgpack-c dependency
bfredl
2024-08-05
|
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
|
*
refactor: move some functions out of eval.c (#29964)
zeertzjq
2024-08-02
|
*
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.0634: evaluating "expr" options has more overhead than needed
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
[next]