Skip to content

Commit

Permalink
Merge pull request #9 from ydeweerdt/fix_rg_root_types
Browse files Browse the repository at this point in the history
fix the check if the user wants to overrule rg_root_types
  • Loading branch information
jremmen authored Oct 3, 2017
2 parents f8e1658 + 39d2e1f commit e803767
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 e803767

Please sign in to comment.