summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/encode.c
AgeCommit message (Expand)AuthorFiles
2016-04-18eval/encode: Reduce length of encode_list_writeZyX1
2016-04-18eval/encode: Fix invalid UTF-8 strings handling:ZyX1
2016-04-18eval/encode: Fix writing strings starting with NL to listZyX1
2016-04-18eval: Fix QuickBuild failuresZyX1
2016-04-18eval/encode: Fix non-utf-8 &encoding handling, add testsZyX1
2016-04-18*: Fix memory leaks found by clang sanitizerZyX1
2016-04-18*: Fix gcc warningsZyX1
2016-04-18eval: Remove v:noneZyX1
2016-04-18eval/decode: Add support for special mapsZyX1
2016-04-18eval/*: Fix some linter errorsZyX1
2016-04-18eval/decode: Fix surrogate pairs processingZyX1
2016-04-18eval: Move some decoding functions to eval/decode.cZyX1
2016-04-18eval: Move encode.c to eval/encode.cZyX1