mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-14 23:32:30 +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.