Merge pull request #9 from ydeweerdt/fix_rg_root_types

fix the check if the user wants to overrule rg_root_types
This commit is contained in:
John Remmen 2017-10-03 13:06:48 -07:00 committed by GitHub
commit e803767d12

View file

@ -16,7 +16,7 @@ if !exists('g:rg_command')
let g:rg_command = g:rg_binary . ' --vimgrep'
endif
if !exists('g:rg_rootfiles')
if !exists('g:rg_root_types')
let g:rg_root_types = ['.git']
endif