home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9301 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.0 KB

  1. Path: sparky!uunet!gatech!destroyer!sol.ctr.columbia.edu!usc!sdd.hp.com!ux1.cso.uiuc.edu!roundup.crhc.uiuc.edu!news
  2. From: ttsai@haydn.crhc.uiuc.edu (Timothy Tsai)
  3. Newsgroups: comp.unix.questions
  4. Subject: vi question
  5. Date: 22 Jul 1992 15:49:24 -0500
  6. Organization: Center for Reliable and High-Performance Computing, University of Illinois at Urbana-Champaign
  7. Lines: 21
  8. Message-ID: <l6riekINN12c@haydn.crhc.uiuc.edu>
  9. NNTP-Posting-Host: haydn.crhc.uiuc.edu
  10.  
  11. Sometimes I have problems specifying a range of lines to delete or yank.  When
  12. I use a command like
  13.  
  14.     'a,.d  or 'a,.y (where 'a has already been marked)
  15.  
  16. and then try to use p or P to copy from the buffer, only one line (or 
  17. sometimes, one character) shows up.  Apparently, the buffer is not receiving
  18. all the lines that are being deleted or yanked.  If I use a number-of-lines
  19. specifier instead of a range 
  20.  
  21.     (ie. 3dd or 3yy ),
  22.  
  23. then I never have problems.
  24.  
  25. Does anyone have any ideas why I am having this problem?
  26.  
  27. Please email me with any useful ideas.
  28.  
  29. Thanks.
  30. Timothy Tsai
  31. ttsai@uiuc.edu
  32.