mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

The name for_each_child is misleading and caused bugs. After #25111, #25115, there are no more usages of `for_each_child` in Nvim. In the future if we want to restore this functionality we can consider a generalized vim.traverse(node, key, visitor) function.