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 #15293 Vimscript "method" syntax
Justin M. Keyes
2021-08-26
|
\
|
*
feat(v:lua): support calling v:lua as a method
Sean Dewar
2021-08-13
|
*
fix(eval_lambda): cherry-pick leak fix from v8.1.2107
Sean Dewar
2021-08-12
|
*
vim-patch:8.1.1878: negative float before method not parsed correctly
Sean Dewar
2021-08-12
|
*
vim-patch:8.1.1834: cannot use a lambda as a method
Sean Dewar
2021-08-12
|
*
vim-patch:8.1.1828: not strict enough checking syntax of method invocation
Sean Dewar
2021-08-12
|
*
vim-patch:8.1.1820: using expr->FuncRef() does not work
Sean Dewar
2021-08-12
|
*
vim-patch:8.1.1816: cannot use a user defined function as a method
Sean Dewar
2021-08-12
|
*
vim-patch:8.1.1803: all builtin functions are global
Sean Dewar
2021-08-12
|
*
vim-patch:8.1.1800: function call functions have too many arguments
Sean Dewar
2021-08-12
|
*
fix(eval): cherry-pick emsg changes from v8.1.0736
Sean Dewar
2021-08-12
*
|
refactor(map): remove extra-allocating map_new/map_free functions
Björn Linse
2021-08-22
*
|
perf(map): reduce double pointer indirection to single pointer indirection
Björn Linse
2021-08-22
|
/
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)
Jan Edmund Lazo
2021-06-26
*
vim-patch:8.2.1255: cannot use a lambda with quickfix functions
Jan Edmund Lazo
2021-06-23
*
vim-patch:8.1.1437: code to handle callbacks is duplicated
Jan Edmund Lazo
2021-06-23
*
clang/API: reject null string in timer_start()
Jan Edmund Lazo
2021-06-02
*
Merge remote-tracking branch 'origin/master' into qftf
kevinhwang91
2021-05-20
|
\
|
*
Remove '- 1' for sizes passed to xstrlcpy
Jan Edmund Lazo
2021-05-19
*
|
vim-patch:8.2.0869: it is not possible to customize the quickfix window contents
kevinhwang91
2021-05-20
|
/
*
vim-patch:8.0.1394: cannot intercept a yank command
Jan Edmund Lazo
2021-05-13
*
vim-patch:8.1.1967: line() only works for the current window
Jan Edmund Lazo
2021-05-12
*
Merge pull request #14403 from seandewar/vim-8.2.1933
Jan Edmund Lazo
2021-05-09
|
\
|
*
eval: port v:collate
Sean Dewar
2021-04-20
*
|
vim-patch:d1caa941d876
Jan Edmund Lazo
2021-04-27
*
|
vim-patch:8.2.2388: no easy way to get the maximum or mininum number value
Jan Edmund Lazo
2021-04-27
*
|
vim-patch:8.2.0296: mixing up "long long" and __int64 may cause problems
Jan Edmund Lazo
2021-04-27
|
/
*
vim-patch:8.2.2319: "exptype_T" can be read as "expected type"
Jan Edmund Lazo
2021-04-11
*
vim-patch:8.2.0069: ETYPE_ is used for two different enums
Jan Edmund Lazo
2021-04-11
*
vim-patch:8.2.0045: script test fails
Jan Edmund Lazo
2021-04-11
*
vim-patch:8.2.0044: expression type is used inconsistently
Jan Edmund Lazo
2021-04-11
*
eval: add v:_null_string
Jan Edmund Lazo
2021-04-08
*
vim-patch:8.0.1511: some code for the debugger watch expression is clumsy
Jan Edmund Lazo
2021-04-08
*
vim-patch:8.0.1505: debugger can't break on a condition
Jan Edmund Lazo
2021-04-08
*
luaref: simplify handling of table callables and fix leak in vim.fn.call(table)
Björn Linse
2021-04-03
*
vim-patch:8.2.2694: when 'matchpairs' is empty every character beeps (#14279)
Jan Edmund Lazo
2021-04-03
*
Change QUEUE_FOREACH macro to use while instead of for
erw7
2021-03-30
*
vim-patch:8.1.0958: compiling weird regexp pattern is very slow
Jan Edmund Lazo
2021-03-29
*
floats: add borders (MS-DOS MODE)
Björn Linse
2021-03-22
*
vim-patch:8.2.2341: expresison command line completion incomplete after "g:"
Jan Edmund Lazo
2021-03-12
*
vim-patch:8.2.1507: using malloc() directly
Jan Edmund Lazo
2021-03-09
*
vim-patch:8.2.2070: can't get the exit value in VimLeave(Pre) autocommands (#...
Jan Edmund Lazo
2021-02-20
*
option: use char* for get_option_value() param
Jan Edmund Lazo
2021-02-07
*
eval: use char* for set_var_lval() param
Jan Edmund Lazo
2021-02-07
*
eval: use char* for set_internal_string_var()
Jan Edmund Lazo
2021-02-07
*
eval: ll_range,ll_empty2 members are bool
Jan Edmund Lazo
2021-02-06
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
vim-patch:8.1.1261: no error for quickfix commands with negative range
erw7
2021-01-01
*
vim-patch:8.1.1727: code for viminfo support is spread out
Jan Edmund Lazo
2020-12-30
[next]