Just an FYI that might save someone else some pain: I had quite a bit of trouble getting
the \ref{ completion to work on my computer (I am running Windos XP). I downloaded
several grep programs from the internet. None of them required (or would allow) the -H
option, but all seemed to output the filename when searching. I thought this would be
sufficent and messed around with it for a while. It also turns out that I had cygwin
installed, but there were other directories in my PATH variable that had grep
programs that didn't work. It seems like the grep that comes with cygwin is the only
windows port that accepts the -H option and outputs in the required form (i.e. with the
filename on every line).
I think it would be good to clarify the requirements for
grep with vim-latex, i.e. that the filename must be on every line of the grep output (or
whatever the specific format is that vim is looking for).
|