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
/
typval.h
Commit message (
Expand
)
Author
Age
*
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
*
feat(--headless): add on_print callback to stdioopen
glacambre
2022-01-24
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor: uncrustify #16090
dundargoc
2021-10-29
*
refactor: format header files with uncrustify #15877
dundargoc
2021-10-09
*
vim-patch:8.1.0735: cannot handle binary data
Sean Dewar
2021-09-15
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
vim-patch:8.2.1255: cannot use a lambda with quickfix functions
Jan Edmund Lazo
2021-06-23
*
Test and initial fix for crash with dictwatcherdel
Daniel Hahler
2021-03-30
*
vim-patch:8.2.2438: out of bounds compiler warning
Jan Edmund Lazo
2021-03-09
*
vim-patch:8.1.1310: named function arguments are never optional
erw7
2021-02-22
*
vim-patch:8.1.1630: various small problems
Jan Edmund Lazo
2020-12-13
*
vim-patch:8.2.1961: various comments can be improved
Jan Edmund Lazo
2020-11-06
*
lua: Add ability to pass tables with __call
TJ DeVries
2020-07-10
*
lua: Add ability to pass lua functions directly to vimL
TJ DeVries
2020-07-10
*
vim-patch:8.2.0111: VAR_SPECIAL is also used for booleans
Billy Su
2020-06-06
*
Merge #11851 'eval.c: factor out eval/userfunc.c'
Justin M. Keyes
2020-04-26
|
\
|
*
fix: header updates
Jakub Łuczyński
2020-02-13
*
|
nvim:eval: Fix enum declaration for ListLenSpecials
Andreas Schneider
2020-02-23
|
/
*
PVS/V618: fix emsgf format specifier #11643
Husain Alshehhi
2020-01-01
*
vim-patch:8.2.0025: repeated word in comment (#11586)
Jan Edmund Lazo
2019-12-21
*
Remove excess <stdint.h>
Jan Edmund Lazo
2019-09-11
*
vim-patch:8.1.0515: reloading a script gives errors for existing functions
erw7
2019-09-04
*
vim-patch:8.1.0362: cannot get the script line number when executing a function
erw7
2019-09-04
*
vim-patch:8.1.0130: ":profdel func" does not work if func was called already
Daniel Hahler
2019-06-08
*
vim-patch:8.0.1590: padding in list type wastes memory (#9119)
Jan Edmund Lazo
2018-10-13
*
vim-patch:8.0.0593: DRY: setting list/dict return value (#8639)
Jan Edmund Lazo
2018-06-30
*
eval/typval: Remove struct dictitem_S which is not used anywhere
ZyX
2018-04-20
*
eval: Fix PVS/V547: ufunc_T is actually an incomplete type
ZyX
2018-04-10
*
build/MSVC: fix "C4003: not enough actual parameters for macro"
Justin M. Keyes
2018-03-18
*
eval/typval: Log list actions
ZyX
2018-01-14
*
*: Provide list length when allocating lists
ZyX
2018-01-14
*
eval: Refactor some potentially dangerous list appends
ZyX
2017-12-25
*
clint,eval: Make linter check for direct usage of list attributes
ZyX
2017-12-12
*
eval/typval: Fix typo
ZyX
2017-12-11
*
*: Finish hiding list implementation
ZyX
2017-12-11
*
*: Hide list implementation in other files as well
ZyX
2017-12-10
*
*: Start hiding list implementation
ZyX
2017-12-10
*
eval/typval: Add macros useful for hiding list item implementation
ZyX
2017-12-10
*
eval/typval: Add functions useful for hiding list implementation
ZyX
2017-12-10
*
ex_getln: Replace global with entry in save_ccline
ZyX
2017-07-17
*
vim-patch:7.4.1976
James McCoy
2017-06-04
*
unittests: Add a test for TV_CSTRING
ZyX
2017-04-14
*
eval: Change the point at which arg_errmsg and its length are changed
ZyX
2017-04-14
*
eval: Use tv_is_func in place of ==VAR_FUNC||==VAR_PARTIAL
ZyX
2017-03-29
*
eval: Move part of dictwatcher* functions to eval/typval
ZyX
2017-03-29
*
eval/typval: Add missing includes, also add a script to find them
ZyX
2017-03-29
*
eval: Fix max_min functions
ZyX
2017-03-29
[next]