| Commit message (Expand) | Author | Age |
* | test: improve test conventions | dundargoc | 2024-04-08 |
* | build: enable lintlua for test/unit/ dir #26396 | Justin M. Keyes | 2023-12-04 |
* | vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def function | zeertzjq | 2023-04-14 |
* | vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075) | zeertzjq | 2023-04-14 |
* | refactor: remove char_u (#22829) | dundargoc | 2023-04-02 |
* | vim-patch:8.2.0111: VAR_SPECIAL is also used for booleans | Billy Su | 2020-06-06 |
* | vim-patch:8.1.1579: dict and list could be GC'ed while displaying error | Jan Edmund Lazo | 2020-01-05 |
* | *: Provide list length when allocating lists | ZyX | 2018-01-14 |
* | eval/typval: Remove tv_list_item_free() as it is unused | ZyX | 2017-12-24 |
* | eval/typval: Make tv_list_item_alloc static | ZyX | 2017-12-24 |
* | viml/parser/expressions: Start creating expressions parser | ZyX | 2017-10-08 |
* | unittests: Do not unref partial which is owned by Callback structure | ZyX | 2017-04-09 |
* | unittests: Test tv_copy() | ZyX | 2017-03-29 |
* | unittests: Add tests for tv_dict_extend | ZyX | 2017-03-29 |
* | unittests: Add tests for dictionary indexing | ZyX | 2017-03-29 |
* | unittests: Add tv_dict_item_{add,remove} tests | ZyX | 2017-03-29 |
* | unittests: Add tv_dict_watcher_{add,remove} tests | ZyX | 2017-03-29 |
* | unittests: Add tests for tv_list_find*() functions | ZyX | 2017-03-29 |
* | eval/typval,tests: Fix extending list with itself, add tests | ZyX | 2017-03-29 |
* | unittests: Add tests for tv_list_insert*()/…append*() functions | ZyX | 2017-03-29 |
* | unittests: Test tv_list_item_\* functions | ZyX | 2017-03-29 |
* | eval: Move copy_tv to eval/typval | ZyX | 2017-03-29 |
* | *: Move some dictionary functions to typval.h and use char* | ZyX | 2017-03-29 |
* | eval: Split eval.c into smaller files | ZyX | 2017-03-29 |
* | unittests: Do not import libnvim or headers in main process | ZyX | 2017-03-11 |
* | unittests: Check core dumps in after_each, like in functests | ZyX | 2017-03-11 |
* | unittest: Add dict_items function | ZyX | 2017-01-07 |
* | unittest: Allow mocking allocator calls | ZyX | 2017-01-07 |
* | unittests: Fix linter errors | ZyX | 2017-01-03 |
* | tests: Add tests for partials dumping | ZyX | 2017-01-03 |
* | unittests/*/helpers: Fix testlint errors | ZyX | 2016-06-24 |
* | fixup! unittests: Add tests for vim_to_object function | ZyX | 2016-06-24 |
* | unittests: Add tests for vim_to_object function | ZyX | 2016-06-24 |
* | Satisfy testlint. | KillTheMule | 2016-04-28 |
* | eval/encode: Fix writing strings starting with NL to list | ZyX | 2016-04-18 |