mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-19 09:32:57 +08:00
Fix #1037 Function `ag_to_qf` is used to parse line produced by Grep, Ag or Ripgrep. Implementation in quesition split it using regexp that doesn't work for windows absolut paths. A better approach is to use `matchlist` function.
41 KiB
41 KiB