On Linux, I sometimes see a list of all the lines which match a term with this handy command:
:! grep -n "term" %
However, I am now stuck on a Windows XP SP3 machine which lacks grep! Is there a way to get this list from within VIM itself, or using some other Windows tool via :!?
Thanks.