Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [bug] 1000G in vi-mode
- X-seq: zsh-users 5898
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh users <zsh-users@xxxxxxxxxx>
- Subject: Re: [bug] 1000G in vi-mode
- Date: Sat, 8 Feb 2003 19:04:34 +0000
- In-reply-to: <20030207211639.GA10076@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20030207211639.GA10076@xxxxxxxxxxxxxx>
On Feb 7, 4:16pm, Pavol Juhas wrote:
}
} I found the following bug in zsh 4.0.4:
}
} If the current history number is less than 1000, zsh crashes after
} 1000G in vi command mode.
Hmm. This appears to be a bug introduced in the 4.0 series.
In 3.0.7, `1000G' gives a feep.
In 4.0.6, it crashes here:
#0 0x806c307 in checkcurline ()
#1 0x806b1e3 in movehistent ()
#2 0x401a27aa in zle_goto_hist ()
#3 0x401a388e in vifetchhistory ()
#4 0x401a7697 in execzlefunc ()
#5 0x401a727d in zleread ()
In 4.1.0-dev-7, it neither feeps nor crashes.
} Also, I wonder if there is a way to completely reset history in the
} interactive session and start from event 1?
No, there isn't.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author