mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2025-12-26 11:25:28 +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'
|
||||
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