mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
Problem:
- The ripgrep probe still used the legacy `vim.fn.system()`
Solution:
- Replace `vim.fn.system()` with `vim.system({rg_path, '-V'}):wait()`