jremmen / vim-ripgrep

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

Respect vim's options on smart-case, ignore-case, etc? #5

Closed lfilho closed 6 years ago

lfilho commented 7 years ago

Hello. Thanks for the plugin!

Just stumbled across this. I have set smartcase on in my .vimrc so it would be great if your plugin could be aware of those options and auto add the according flags to RG command... What do you think?

Thanks

jremmen commented 7 years ago

Sounds reasonable to me, I'll have a look this week(end)

jremmen commented 6 years ago

Fixed in https://github.com/jremmen/vim-ripgrep/pull/21 release v1.0.1