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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-02-22
|
248 b
|
10 lines
"This script defines a :find alias. It repeats the previous search in the
"current file, or if that fails then it tries the next file.
alias find {
" repeat previous search in this file, or in :next file if that fails
try /
else {
next
/
}