mirror of
https://github.com/neovim/neovim.git
synced 2025-11-15 14:59:20 +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()`