mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2026-02-04 03:53:48 +08:00
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:
commit
e803767d12
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