aboutsummaryrefslogtreecommitdiff
path: root/test/unit/eval/helpers.lua
Commit message (Expand)AuthorAge
* test: improve test conventionsdundargoc2024-04-08
* build: enable lintlua for test/unit/ dir #26396Justin M. Keyes2023-12-04
* vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq2023-04-14
* vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq2023-04-14
* refactor: remove char_u (#22829)dundargoc2023-04-02
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* vim-patch:8.1.1579: dict and list could be GC'ed while displaying errorJan Edmund Lazo2020-01-05
* *: Provide list length when allocating listsZyX2018-01-14
* eval/typval: Remove tv_list_item_free() as it is unusedZyX2017-12-24
* eval/typval: Make tv_list_item_alloc staticZyX2017-12-24
* viml/parser/expressions: Start creating expressions parserZyX2017-10-08
* unittests: Do not unref partial which is owned by Callback structureZyX2017-04-09
* unittests: Test tv_copy()ZyX2017-03-29
* unittests: Add tests for tv_dict_extendZyX2017-03-29
* unittests: Add tests for dictionary indexingZyX2017-03-29
* unittests: Add tv_dict_item_{add,remove} testsZyX2017-03-29
* unittests: Add tv_dict_watcher_{add,remove} testsZyX2017-03-29
* unittests: Add tests for tv_list_find*() functionsZyX2017-03-29
* eval/typval,tests: Fix extending list with itself, add testsZyX2017-03-29
* unittests: Add tests for tv_list_insert*()/…append*() functionsZyX2017-03-29
* unittests: Test tv_list_item_\* functionsZyX2017-03-29
* eval: Move copy_tv to eval/typvalZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* unittests: Do not import libnvim or headers in main processZyX2017-03-11
* unittests: Check core dumps in after_each, like in functestsZyX2017-03-11
* unittest: Add dict_items functionZyX2017-01-07
* unittest: Allow mocking allocator callsZyX2017-01-07
* unittests: Fix linter errorsZyX2017-01-03
* tests: Add tests for partials dumpingZyX2017-01-03
* unittests/*/helpers: Fix testlint errorsZyX2016-06-24
* fixup! unittests: Add tests for vim_to_object functionZyX2016-06-24
* unittests: Add tests for vim_to_object functionZyX2016-06-24
* Satisfy testlint.KillTheMule2016-04-28
* eval/encode: Fix writing strings starting with NL to listZyX2016-04-18