From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15308 invoked from network); 22 Nov 1998 02:18:38 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 22 Nov 1998 02:18:38 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id VAA16377; Sat, 21 Nov 1998 21:16:35 -0500 (EST) Resent-Date: Sat, 21 Nov 1998 21:16:35 -0500 (EST) From: "Bart Schaefer" Message-Id: <981121181516.ZM28961@candle.brasslantern.com> Date: Sat, 21 Nov 1998 18:15:15 -0800 X-Mailer: Z-Mail (4.0b.820 20aug96) To: zsh-workers@math.gatech.edu Subject: Bugs in vi-delete and vi-put-* MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"XMdbu1.0.q_3.3GtLs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4679 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Sorry, no patches this time, just a report. Starting with: zagzig[42] bindkey -v zagzig[43] echo this is a line cursor after "line", type ESC dd P j. Note that you end up on the line below the prompt, even though there was no newline in what was deleted. Now type p. Note that you end up with: zagzig[43] echo this is a line echo this is a line with the cursor between the two lines. So far 3.0.5 and 3.1.5 have the same bug. Type j j, note feep on second attempt to move down a line. Now type k dd. In 3.0.5, the blank line is deleted, but in 3.1.5 all you get is a feep. The only way to get rid of the blank line in 3.1.5 is to move up to the previous line and type J. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com