Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | eval: Fix extend() behaviour with NULL lists and dictionaries | ZyX | 2017-03-29 |
| | | | | | Ref #4615 Ref vim/vim#768 | ||
* | eval/typval: Fix SEGV in test_alot.vim test | ZyX | 2017-03-29 |
| | |||
* | eval: Move part of dictwatcher* functions to eval/typval | ZyX | 2017-03-29 |
| | |||
* | eval/typval: Add tv_list_equal() tests, compare NULL lists equal | ZyX | 2017-03-29 |
| | |||
* | eval/typval: Make tv_list_concat handle NULL lists correctly | ZyX | 2017-03-29 |
| | | | | Fixes some FIXMEs in eval/null_spec.lua. | ||
* | functests: Add null_spec.lua from #4615 | ZyX | 2017-03-29 |
For now it is full of FIXMEs and tests for incorrect behaviour. Sorted out to have FIXMEs in one place, commented crashing tests in other and correctly working tests in the third one. |