mirror of
https://github.com/neovim/neovim.git
synced 2026-01-11 22:07:12 +10: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.