aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval_encode.h
Commit message (Expand)AuthorAge
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* eval: Split eval.c into smaller filesZyX2017-03-29
* eval/typval_encode: Restore original copyID (#6070)Justin M. Keyes2017-02-11
* eval/typval_encode.h: Use only a single macros with _INNER[_2] hackZyX2017-01-07
* eval/typval_encode.h: Remove documentation that is located in *.c.hZyX2017-01-06
* eval/typval_encode: Provide proper values as dict argumentZyX2017-01-03
* eval/typval_encode: Refactor arguments to argument macrosesZyX2017-01-03
* eval/typval_encode: Fix infinite loopZyX2017-01-03
* eval/typval_encode: Refactor big-big macros into .c.h fileZyX2017-01-03
* eval/typval_encode: Make partial conversions not recursiveZyX2017-01-03
* Fixes.Michael Ennen2016-12-12
* vim-patch:7.4.1559Michael Ennen2016-12-12
* doc: eval/typval_encode.hJustin M. Keyes2016-10-31
* eval: Also make clear_tv non-recursiveZyX2016-06-24
* kvec,typval_encode: Add new vector: the one with preallocated arrayZyX2016-06-24
* api/helpers: Use typval_encode.h for vim_to_objectZyX2016-06-24
* typval_encode: Do not use new vector typeZyX2016-05-30
* kvec,typval_encode: Add new vector: the one with preallocated arrayZyX2016-05-30
* eval/encode: Move main macros from encode.c to typval_encode.hZyX2016-05-30