Files
neovim/test/functional
FlorianGit d763d2fe7a Viml: Make filter and map handle null list correct
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.
2017-12-03 17:03:31 +01:00
..
2017-11-26 09:17:04 +01:00
2017-11-07 23:54:31 +01:00
2017-10-07 17:10:37 +02:00
2017-10-22 14:11:09 +02:00
2017-11-27 09:45:32 +01:00
2017-10-31 10:45:06 +01:00
2016-06-10 21:50:49 +03:00