No subject


Thu Dec 20 21:04:13 MST 2007


Within vim, you can also do:

:grep 'bob' *

and vim will treat the output much like compiler error output, providing
each instance of 'bob' found in the files with a separate 'error' entry.
Navigate through this list the same as you would compiler errors.

:help grep

and 

:help cnext

Within vim for more details.

HTH
-- 
Keith Hellman                             #include <disclaimer.h>
khellman at mcprogramming.com                from disclaimer import standard

"We are born wet, naked, and hungry. Then things get worse."

--Unknown



More information about the clue-tech mailing list