jremmen / vim-ripgrep

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

fix the check if the user wants to overrule rg_root_types #9

Closed ydeweerdt closed 6 years ago

ydeweerdt commented 7 years ago

The user can not overrule g:rg_root_types in vimrc without defining g:rg_rootfiles. This patch will check if g:rg_root_types is defined by the user in stead.

jremmen commented 6 years ago

Thanks!