home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / editors / 1822 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  981 b 

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!apple!apple!mrspoc!itkin
  2. From: itkin@mrspoc.Transact.COM (Steven List)
  3. Newsgroups: comp.editors
  4. Subject: Re: vi macro comments?
  5. Message-ID: <1992Jul24.232150.13652@mrspoc.Transact.COM>
  6. Date: 24 Jul 92 23:21:50 GMT
  7. References: <1992Jul18.210232.19961@eng.ufl.edu>
  8. Reply-To: steven@Transact.COM (Steven List)
  9. Distribution: usa
  10. Organization: Transact Software
  11. Lines: 21
  12.  
  13. zzang@whale.stat.ufl.edu (Zhuo Zang) writes:
  14.  
  15. >Hello,
  16. >Is it possible to put comments
  17. >for the macros of the vi ?
  18. >e.g.
  19. >:map
  20. ><del line> keycode dd
  21.  
  22. Lines starting with a double-quote (") character are ignored,
  23. so you can include
  24.  
  25. "
  26. " This macro deletes lines
  27. "
  28. ...
  29. -- 
  30.  +-----------------------------------------------------------------------+
  31.  : Steven List @ Transact Software, Inc. : "I LIKE it!" The Rocketeer    :
  32.  : itkin@Transact.COM ... mrspoc!itkin   : "I LIKE to watch." C. Gardner :
  33.  +-----------------------------------------------------------------------+
  34.