mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2025-12-27 04:04:58 +08:00
fix the check if the user wants to overrule rg_root_types
This commit is contained in:
parent
da940c29ac
commit
39d2e1f111
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue