home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / editors / 2848 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.3 KB  |  37 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!iat.holonet.net!dattier
  3. From: dattier@orac.holonet.net (DWT)
  4. Subject: Re: VI - finding lines longer than 80 characters
  5. Message-ID: <By4yK0.rM@iat.holonet.net>
  6. Sender: usenet@iat.holonet.net (USENET News System)
  7. Nntp-Posting-Host: holonet.holonet.net
  8. Organization: Information Access Technologies, Inc. of Berkeley, CA
  9. References: <1992Nov20.005343.807@pasteur.Berkeley.EDU> <#nz10s#@rpi.edu> <1992Nov20.212000.14999@cs.wisc.edu>
  10. Distribution: na
  11. Date: Sun, 22 Nov 1992 21:04:47 GMT
  12. Lines: 23
  13.  
  14. In article <1992Nov20.212000.14999@cs.wisc.edu> cheevers@wolf.cs.wisc.edu
  15. (John Cheevers) wrote:
  16.  
  17. >The "&" key will execute the last substitute command.  Strangely, it only 
  18. >does it once - If your last command was
  19. >
  20. >    :s/recieve/receive/g
  21. >
  22. >Then hitting "&" executes
  23. >
  24. >    :s/recieve/receive    (without the "g")
  25.  
  26. The & command does lose the flags of the subsitute command that it repeats,
  27. but you can reissue the flags by using ex's & command instead of vi's:
  28.  
  29. :&g
  30.  
  31. or if the substitution worked out so well that you want to do it everywhere,
  32.  
  33. :%&g
  34.  
  35. David W. Tamkin   P. O. Box 59297   Northtown Station, Illinois  60659-0297
  36. dattier@{holonet.net|gagme.chi.il.us}  CIS: 73720,1570   MCI Mail: 426-1818
  37.