mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2026-01-29 02:17:12 +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'
|
let g:rg_command = g:rg_binary . ' --vimgrep'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists('g:rg_rootfiles')
|
if !exists('g:rg_root_types')
|
||||||
let g:rg_root_types = ['.git']
|
let g:rg_root_types = ['.git']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue