home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / editors / 2120 < prev    next >
Encoding:
Text File  |  1992-08-31  |  634 b   |  24 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!pckizer
  3. From: pckizer@tamsun.tamu.edu (Philip Kizer)
  4. Subject: Re: How do we include a "|" in vi macros ??
  5. Message-ID: <1992Aug31.215129.4564@tamsun.tamu.edu>
  6. Keywords: vi, macros, special characters
  7. Organization: Texas A&M University, College Station
  8. References: <1992Aug31.185656.12365@bnr.ca>
  9. Date: Mon, 31 Aug 1992 21:51:29 GMT
  10. Lines: 12
  11.  
  12. mschee@bcarh600.bnr.ca (Michael SamChee) writes:
  13. >Does anyone know how one can include the pipe character "|" in a vi macro?
  14. >eg. map ^A :!exec cat tmp | more
  15.  
  16. Try:
  17.  
  18. map ^V^A :!exec cat tmp ^V^V| more
  19.  
  20.  
  21.  
  22. later,
  23. philip
  24.