I am seeing differences when using grep in terminal and :grep in vim
The former, grep -ri --include *.sh backup returns results.
The latter, :grep -ri --include *.sh backup does not.
Any thoughts?
Edit 1:
:set grepprg returns grepprg=grep -n $* /dev/null
Edit 2: My only grep alias is alias grep='grep --color=auto'