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
*
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
*
eval: Move remaining get_tv_string* functions to eval/typval.c
ZyX
2017-03-29
*
eval: Move get_tv_lnum and get_tv_float to eval/typval.h
ZyX
2017-03-29
*
eval,*: Move get_tv_string to typval.c
ZyX
2017-03-29
*
eval: Move get_float_arg to typval.h
ZyX
2017-03-29
*
eval: Split and move dict_add_nr_str to typval.c
ZyX
2017-03-29
*
*: Move some dictionary functions to typval.h and use char*
ZyX
2017-03-29
*
eval: Split eval.c into smaller files
ZyX
2017-03-29