summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/eval
AgeCommit message (Expand)AuthorFiles
2026-02-16vim-patch:8.2.3841: Vim9: outdated TODO items, disabled tests that work (#37900)zeertzjq1
2026-01-15fix(typval): allocated dynamic size must be at least the static sizebfredl1
2025-09-26test(unit): disable JIT when using mocks (#35913)zeertzjq1
2025-03-03refactor(messages): simplify message historyLuuk van Baal2
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-07-05vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be r...zeertzjq1
2024-05-25test(unit): skip flaky 'typval.c dict extend() works' testdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell6
2024-04-08test: improve test conventionsdundargoc6
2024-03-29test: skip flaky testsdundargoc1
2024-03-28test: skip flaky testsdundargoc1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes6
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-08-15vim-patch:9.0.1704: Cannot use positional arguments for printf() (#24719)zeertzjq1
2023-06-12test(unit/eval/typval_spec): adjust for Float to String conversionSean Dewar1
2023-06-12test(unit/eval/typval_spec): don't dereference NULL last_msg_histSean Dewar1
2023-05-05vim-patch:9.0.0250: slightly inconsistent error messageszeertzjq1
2023-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2023-05-05vim-patch:8.2.3135: Vim9: builtin function arguments not checked at compile timezeertzjq1
2023-04-14vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq1
2023-04-14vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq1
2023-04-02refactor: remove char_u (#22829)dundargoc1
2023-03-23fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl1
2023-01-31fix(test): fix issues detected by running unittests in ASAN/UBSANbfredl1
2023-01-19vim-patch:8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 ...zeertzjq1
2023-01-18fix(unittests): fix TUI broken test previously ignoredbfredl1
2022-10-26vim-patch:8.2.1852: map() returing zero for NULL list is unexpectedzeertzjq1
2022-08-13vim-patch:7.4.1168 (#19645)zeertzjq1
2021-09-16vim-patch:8.2.1473: items in a list given to :const can still be modifiedSean Dewar1
2021-06-26vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)Jan Edmund Lazo1
2020-07-19vim-patch:8.2.0539: comparing two NULL list failsJan Edmund Lazo1
2020-06-06vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2
2020-04-28gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_...Yatao Li1
2020-02-18lua: move test helper function, map and filter, to vim.shared moduleHirokazu Hata1
2020-01-05vim-patch:8.1.1579: dict and list could be GC'ed while displaying errorJan Edmund Lazo1
2019-05-18test: remove use of require('test.helpers')Justin M. Keyes1
2018-01-14*: Provide list length when allocating listsZyX2
2017-12-24*: Fix linter errorsZyX1
2017-12-24eval: Replace some tv_list_item_remove() callsZyX1
2017-12-24eval: Rename tv_list_remove_items() to tv_list_drop_items()ZyX1
2017-12-24eval/typval: Make tv_list_item_remove return pointer to the next itemZyX1
2017-12-24eval/typval: Remove tv_list_item_free() as it is unusedZyX2
2017-12-24eval/typval: Make tv_list_item_alloc staticZyX1
2017-12-24*: Remove most calls to tv_list_item_allocZyX1
2017-10-08viml/parser/expressions: Start creating expressions parserZyX1
2017-07-02unittests: Fix allocation ordering for tv_dict_add_str()ZyX1
2017-07-02eval/typval: Add tv_dict_add_allocated_str() functionZyX1
2017-05-10eval: Refactor get_user_input to support dictionaryZyX1
2017-04-14unittests: Add a test for TV_CSTRINGZyX1