mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 09:56:25 +10: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