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.c
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'upstream/master' into mix_20240309
HEAD
rahm
Josh Rahm
2025-02-05
|
\
|
*
feat(api): add err field to nvim_echo() opts
Luuk van Baal
2025-01-09
|
*
vim-patch:9.1.0984: exception handling can be improved
zeertzjq
2025-01-07
|
*
feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343
Justin M. Keyes
2024-12-19
|
*
refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)
Famiu Haque
2024-11-25
*
|
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
|
*
fix(messages): proper multiline Lua print() messages #31205
luukvbaal
2024-11-17
|
*
refactor(options): remove `.indir`, redesign option scopes #31066
Famiu Haque
2024-11-16
|
*
fix(messages)!: vim.ui_attach message callbacks are unsafe
Luuk van Baal
2024-11-14
|
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
|
*
vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)
zeertzjq
2024-11-03
|
*
vim-patch:9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argu...
zeertzjq
2024-10-29
|
*
vim-patch:9.1.0810: cannot easily adjust the |:find| command
zeertzjq
2024-10-29
|
*
refactor(eval): fix clear_evalarg() called with wrong argument (#30899)
zeertzjq
2024-10-22
*
|
Merge remote-tracking branch 'upstream/master' into mix_20240309
Josh Rahm
2024-11-19
|
\
|
|
*
refactor: rename "process" => "proc" #30387
Justin M. Keyes
2024-09-15
|
*
refactor: extract eval/fs.c from eval/funcs.c (#29985)
zeertzjq
2024-08-06
|
*
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:partial:9.1.0462: eval5() and eval7 are too complex
zeertzjq
2024-08-01
|
*
vim-patch:partial:9.1.0450: evalc. code too complex
zeertzjq
2024-08-01
|
*
vim-patch:9.1.0411: too long functions in eval.c (#29925)
zeertzjq
2024-07-31
|
*
vim-patch:partial:9.1.0445: Coverity warning after 9.1.0440
zeertzjq
2024-07-31
|
*
vim-patch:9.1.0415: Some functions are not tested
zeertzjq
2024-07-31
|
*
vim-patch:partial:9.1.0411: too long functions in eval.c
zeertzjq
2024-07-31
|
*
vim-patch:8.2.4115: cannot use a method with a complex expression
zeertzjq
2024-07-31
|
*
vim-patch:9.2.1731: Vim9: cannot use += to append to empty NULL list
zeertzjq
2024-07-31
|
*
vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be r...
zeertzjq
2024-07-05
|
*
refactor(typval)!: remove distinction of binary and nonbinary strings
bfredl
2024-06-27
|
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
|
*
Merge pull request #29278 from bfredl/strcat
bfredl
2024-06-11
|
|
\
|
|
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
|
*
|
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
|
|
/
|
*
refactor: replace '\0' with NUL
James Tirta Halim
2024-06-04
|
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
|
Merge remote-tracking branch 'upstream/master' into mix_20240309
Josh Rahm
2024-05-24
|
\
|
|
*
vim-patch:9.1.0440: function get_lval() is too long (#28963)
zeertzjq
2024-05-24
|
*
vim-patch:8.2.3158: strange error message when using islocked() with a number...
zeertzjq
2024-05-24
|
*
vim-patch:9.0.1175: the set_ref_in_item() function is too long (#28926)
zeertzjq
2024-05-23
|
*
vim-patch:8.2.0703: Vim9: closure cannot store value in outer context (#28925)
zeertzjq
2024-05-23
|
*
Merge pull request #28492 from bfredl/hotfix
bfredl
2024-04-25
|
|
\
|
|
*
fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecate
bfredl
2024-04-25
|
*
|
refactor(source): remove unnecessary concatenation with Lua (#28499)
zeertzjq
2024-04-25
|
|
/
|
*
vim-patch:9.1.0335: String interpolation fails for List type (#28364)
zeertzjq
2024-04-16
[next]