jremmen / vim-ripgrep

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

smartcase, ignorecase, and visual selection #21

Closed craigjb closed 6 years ago

craigjb commented 6 years ago

Resolve issue https://github.com/jremmen/vim-ripgrep/issues/5.

Add function to search based on visual mode selection. Example usage (.vimrc): :vnoremap r :call g:RgVisual()

bittersweet commented 6 years ago

I've been testing out the ignorecase/smartcase functionality introduced by this pull, and I want to report that it works like a charm!

jremmen commented 6 years ago

Excellent, thanks!