mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
2a883d9c59
Problem: the recursive parameter in the *_equal functions can be removed
Solution: Remove the recursive parameter in dict_equal(), list_equal()
object_equal and tv_equal(). Use a comparison of the static
var recursive_cnt == 0 to determine whether or not tv_equal()
has been called recursively (Yinzuo Jiang).
closes: vim/vim#15070
|
||
---|---|---|
.. | ||
decode_spec.lua | ||
encode_spec.lua | ||
testutil.lua | ||
tricks_spec.lua | ||
tv_clear_spec.lua | ||
typval_spec.lua |