home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sun-barr!apple!apple!mrspoc!itkin
- From: itkin@mrspoc.Transact.COM (Steven List)
- Newsgroups: comp.editors
- Subject: Re: vi macro comments?
- Message-ID: <1992Jul24.232150.13652@mrspoc.Transact.COM>
- Date: 24 Jul 92 23:21:50 GMT
- References: <1992Jul18.210232.19961@eng.ufl.edu>
- Reply-To: steven@Transact.COM (Steven List)
- Distribution: usa
- Organization: Transact Software
- Lines: 21
-
- zzang@whale.stat.ufl.edu (Zhuo Zang) writes:
-
- >Hello,
- >Is it possible to put comments
- >for the macros of the vi ?
- >e.g.
- >:map
- ><del line> keycode dd
-
- Lines starting with a double-quote (") character are ignored,
- so you can include
-
- "
- " This macro deletes lines
- "
- ...
- --
- +-----------------------------------------------------------------------+
- : Steven List @ Transact Software, Inc. : "I LIKE it!" The Rocketeer :
- : itkin@Transact.COM ... mrspoc!itkin : "I LIKE to watch." C. Gardner :
- +-----------------------------------------------------------------------+
-