fix the check if the user wants to overrule rg_root_types

This commit is contained in:
Yves Deweerdt 2017-08-28 16:51:10 +02:00
parent da940c29ac
commit 39d2e1f111

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