home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9327 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1018 b   |  34 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!murphy!jpradley!jpr
  3. From: jpr@jpradley.jpr.com (Jean-Pierre Radley)
  4. Subject: Re: Vi Question
  5. Organization: Unix in NYC
  6. Date: Wed, 22 Jul 1992 02:33:16 GMT
  7. Message-ID: <1992Jul22.023316.2228@jpradley.jpr.com>
  8. References: <1992Jul21.122045.2800@cbfsb.cb.att.com>
  9. Lines: 23
  10.  
  11. In article <1992Jul21.122045.2800@cbfsb.cb.att.com> nll@cbnewsb.cb.att.com (neal.l.leitner) writes:
  12. >I recall on Unix Sys V running on an Amdahl, when you were in vi and
  13. >did a search that wrapped around, there was a message displayed on the
  14. >bottom of the screen telling you that the Search Wrapped Around.
  15. >
  16. >Currently, I am running Unix Sys V rel 3.2.3 and 4.0, and this feature
  17. >does not seem to be available or turned on.  Does anyone know how to
  18. >enable this feature???
  19.  
  20.  
  21. Either
  22.     :set wrapscan 
  23.     :set ws
  24. or
  25.     :set nowrapscan
  26.     :set nows
  27. as you prefer.
  28.  
  29. This is usually on by default. Try
  30.     :set all
  31. and see.
  32. -- 
  33. Jean-Pierre Radley   Unix in NYC   jpr@jpr.com   jpradley!jpr   CIS: 72160,1341
  34.