mirror of
https://github.com/neovim/neovim.git
synced 2026-02-27 12:51:48 +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.