mirror of
https://github.com/neovim/neovim.git
synced 2026-09-13 01:21:06 +00:00
Only join paths for matches and entries needed for traversal. This avoids string processing for rejected files and improves selective searches across the Neovim tree by about 19-25%. AI-assisted