Re: Nvi's new variable '@'

1999-10-14 Thread Sheldon Hearn
On Thu, 14 Oct 1999 21:34:15 +0900, Shigio Yamaguchi wrote: > I made a private patch for nvi(1) that enable you to use new variable '@' > in arguments of ex's ! or !! command. Be sure to pass this on to this contributed software's maintainer, Keith Bostic <[EMAIL PROTECTED]>. Ciao, Sheldon.

Nvi's new variable '@'

1999-10-14 Thread Shigio Yamaguchi
Hi, I made a private patch for nvi(1) that enable you to use new variable '@' in arguments of ex's ! or !! command. The '@' is similar to '%' which means the editing file name. If you are editing file.c at 110 line then ':!echo @' means ':!echo 110'. It is convenient to use with gozilla(1). If