mirror of
https://github.com/neovim/neovim.git
synced 2025-12-04 21:52:41 +00:00
- The exclusion of lists was never justified in the commit history and is the wrong thing to do for a function that deals with tables. - Move the error checks out of the recursive path. Fixes #23654