mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 20:21:50 +10:00
Problem: If the buffer changes during iteration of the query matches, `get_node_text()` may fail, showing an error to the user. Solution: Use `pcall` to not propogate the error to the user. Retry once if an error occurred.
5.6 KiB
5.6 KiB