Hi, I noticed that grep behaves differently in vim and gvim (both ran in Linux). While using grep from vim I'm able to move between the results with :cn/cp used from gvim the command gets replaced by something like: !grep -n 'my_string_and_options_here' /dev/null ... | tee /tmp/... The 'grepprg' has the same definition in both vim and gvim. I searched in help but I can't understand why it is behaving like this. I think it's cfg. Are there any cfg files that gvim reads but vim doesn't?
Thanks, Alexandru IANCU.
