Skip to content

Commit

Permalink
fix the check if the user wants to overrule rg_root_types
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Deweerdt committed Aug 28, 2017
1 parent da940c2 commit 39d2e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vim-ripgrep.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 39d2e1f

Please sign in to comment.