jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
541 stars 99 forks source link

Bad output result #44

Open drazde opened 5 years ago

drazde commented 5 years ago

When I do a search, I give this strange output (image below). I don't haven any customizazation.

SO: Windows 10 Vim: 8.1

immagine

drazde commented 5 years ago

I don't know..., but I have a similar behave if I do grep

immagine

with this settings

if executable('rg')
    set grepprg=rg\ --no-heading\ --vimgrep
    set grepformat=%f:%l:%c:%m
endif