jremmen / vim-ripgrep

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

splash window after use ripgrep #13

Closed ghost closed 6 years ago

ghost commented 6 years ago

I've noticed when I triggered rg to search something in Gvim8.0/widows10, there's cmd windows open very fast each time I write to file (:w) after using rg.
Is there any chance we can get rid of this annoying?

ghost commented 6 years ago

I've found that this is not true, the problem occur because of ctags. vim-ripgrep works perfect :)