summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/private/converter.c
AgeCommit message (Expand)AuthorFiles
2025-12-21fix(api,lua): handle converting NULL funcref/partial (#37060)zeertzjq1
2025-12-20vim-patch:8.2.3766: converting a funcref to a string leaves out "g:"zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl1
2024-06-24refactor(typval): don't use msgpack_packer for msgpackdump()bfredl1
2024-04-17test: API can return Lua function to Lua code (#28380)zeertzjq1
2024-04-16test: make mapping tests more consistent (#28368)zeertzjq1
2024-04-16test: getting autocmd Lua callback in Vimscript (#28367)zeertzjq1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2023-12-07refactor: object_to_vim() cannot failJustin M. Keyes1
2023-12-07feat(rpc): allow empty string key in msgpack => Vim conversionJustin M. Keyes1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-11fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq1
2023-10-10refactor: allow not having a `default` case for enumFamiu Haque1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1
2023-04-26refactor: uncrustifydundargoc1
2023-04-07refactor: remove redundant const char * castsii141
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-07refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2022-03-20fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq1
2022-03-17feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq1
2022-02-26fix(api): convert blob to NUL-terminated API stringSean Dewar1
2022-01-19refactor(coverity/345582): assert fp is non-NULLJames McCoy1
2022-01-13feat(api, lua): more conversions between LuaRef and Vim Funcrefzeertzjq1
2021-10-31refactor: saner options for uncrustify #16196dundargoc1
2021-10-29refactor(api): break out vim_to_object/object_to_vim to own fileBjörn Linse1