Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | eval: Fix add() | ZyX | 2017-12-11 |
| | |||
* | functests: Add some more NULL tests | ZyX | 2017-12-10 |
| | |||
* | eval: Fix uniq() crash in legacy test 055 | ZyX | 2017-12-10 |
| | |||
* | functests: Mark islocked("v:_null_list") behaviour correct | ZyX | 2017-12-10 |
| | | | It is the same for other VAR_FIXED lists. | ||
* | quickfix: Fix :cexpr and :lexpr | ZyX | 2017-12-10 |
| | |||
* | eval: Fix setmatches(), setqflist() and setloclist() | ZyX | 2017-12-10 |
| | |||
* | eval,functests: Fix tests and complete() and setline() behaviour | ZyX | 2017-12-10 |
| | |||
* | *: Hide list implementation in other files as well | ZyX | 2017-12-10 |
| | |||
* | eval: Fix writefile() | ZyX | 2017-12-10 |
| | |||
* | eval: Fix inputlist() | ZyX | 2017-12-10 |
| | |||
* | *: Start hiding list implementation | ZyX | 2017-12-10 |
| | | | | Most of files, except for eval.c and eval/* were only processed by perl. | ||
* | Viml: Make filter and map handle null list correct | FlorianGit | 2017-12-03 |
| | | | | | | | | | | | | | | | | | | | filter('v:_null_list, 'v:val') should return v:_null_list and a similar statement should hold for map. Changes after review * Test inserted in legacy test suite has been removed by reverting the commit adding it. * Change the fix to tv_copy the argument before returning. * Readd the two tests on crashes, and modified their expected return value. * Move the test from 'incorrect behaviour' section to 'correct behaviour section' * Add analogous tests for v:_null_dict Always copy list or dictionary to return variable If the type of input is correct (i.e. either a list or a dictionary), this should also be returned. | ||
* | 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. |