index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
nvim
/
api
/
private
/
converter.c
Age
Commit message (
Expand
)
Author
Files
2025-12-21
fix(api,lua): handle converting NULL funcref/partial (#37060)
zeertzjq
1
2025-12-20
vim-patch:8.2.3766: converting a funcref to a string leaves out "g:"
zeertzjq
1
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2024-12-23
refactor: iwyu #31637
Justin M. Keyes
1
2024-09-23
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
1
2024-06-27
refactor(typval)!: remove distinction of binary and nonbinary strings
bfredl
1
2024-06-24
refactor(typval): don't use msgpack_packer for msgpackdump()
bfredl
1
2024-04-17
test: API can return Lua function to Lua code (#28380)
zeertzjq
1
2024-04-16
test: make mapping tests more consistent (#28368)
zeertzjq
1
2024-04-16
test: getting autocmd Lua callback in Vimscript (#28367)
zeertzjq
1
2024-02-15
refactor(eval): use arena when converting typvals to Object
bfredl
1
2023-12-07
refactor: object_to_vim() cannot fail
Justin M. Keyes
1
2023-12-07
feat(rpc): allow empty string key in msgpack => Vim conversion
Justin M. Keyes
1
2023-11-30
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
1
2023-11-28
refactor: fix headers with IWYU
dundargoc
1
2023-11-27
refactor: rename types.h to types_defs.h
dundargoc
1
2023-11-27
build(IWYU): fix includes for func_attr.h
dundargoc
1
2023-11-16
refactor: iwyu (#26062)
zeertzjq
1
2023-11-12
build: remove PVS
dundargoc
1
2023-11-11
fix(context): don't crash on invalid arg to nvim_get_context (#25977)
zeertzjq
1
2023-10-10
refactor: allow not having a `default` case for enum
Famiu Haque
1
2023-09-30
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
1
2023-06-22
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
1
2023-04-26
refactor: uncrustify
dundargoc
1
2023-04-07
refactor: remove redundant const char * casts
ii14
1
2023-01-18
refactor: replace char_u with char 24 (#21823)
dundargoc
1
2022-11-15
build: allow IWYU to fix includes for all .c files
dundargoc
1
2022-09-07
refactor(typval): change FC_CFUNC abstraction into FC_LUAREF
bfredl
1
2022-05-05
refactor: replace char_u variables and functions with char
Dundar Goc
1
2022-03-20
fix(api, lua): return NIL on failure to find converted function (#17779)
zeertzjq
1
2022-03-17
feat(api, lua): support converting nested Funcref back to LuaRef (#17749)
zeertzjq
1
2022-02-26
fix(api): convert blob to NUL-terminated API string
Sean Dewar
1
2022-01-19
refactor(coverity/345582): assert fp is non-NULL
James McCoy
1
2022-01-13
feat(api, lua): more conversions between LuaRef and Vim Funcref
zeertzjq
1
2021-10-31
refactor: saner options for uncrustify #16196
dundargoc
1
2021-10-29
refactor(api): break out vim_to_object/object_to_vim to own file
Björn Linse
1