home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 March / PCWELT_3_2006.ISO / base / 05_common.mo / usr / share / elvis-2.2_0 / scripts / find.ex < prev    next >
Encoding:
Text File  |  2004-02-22  |  248 b   |  10 lines

  1. "This script defines a :find alias.  It repeats the previous search in the
  2. "current file, or if that fails then it tries the next file.
  3. alias find {
  4.  " repeat previous search in this file, or in :next file if that fails
  5.  try /
  6.  else {
  7.   next
  8.   /
  9. }
  10.