home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.editors
- Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!pckizer
- From: pckizer@tamsun.tamu.edu (Philip Kizer)
- Subject: Re: How do we include a "|" in vi macros ??
- Message-ID: <1992Aug31.215129.4564@tamsun.tamu.edu>
- Keywords: vi, macros, special characters
- Organization: Texas A&M University, College Station
- References: <1992Aug31.185656.12365@bnr.ca>
- Date: Mon, 31 Aug 1992 21:51:29 GMT
- Lines: 12
-
- mschee@bcarh600.bnr.ca (Michael SamChee) writes:
- >Does anyone know how one can include the pipe character "|" in a vi macro?
- >eg. map ^A :!exec cat tmp | more
-
- Try:
-
- map ^V^A :!exec cat tmp ^V^V| more
-
-
-
- later,
- philip
-