Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in ZSH's vi emulation
- X-seq: zsh-workers 39573
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Bug in ZSH's vi emulation
- Date: Wed, 5 Oct 2016 10:19:38 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=XWIi8PObtR0tW95BZBkV2rW948VbSEYVLUmVTA+55b0=; b=CkkeNrYgXgAOejdcmcTbo5z6WzaAe/btUvszoAe8lXdYywXef6M/Qqv38xMwJIo68n UP8615lUzTuT85BIYZvwYUxtTV5jwxBzlpIkDlTSDpp5FbOE404w0DjPvWYtO3uUHb0g eaSzsQnKUqQW9tUNbibe+cFuJrv3eDXsoAmubSWxPbixijZdG+RCyGQfBBa8d5kgDH7B XtRjD7jdIMC7xhA5mTohdPo8m3FHzT4/n8SHFtjpwqcD/fVkwV6BJOC8WWELSDhFR8J7 cwdbiMszQboTIqzkPGSvp8Qu3VypFonXZsFptFcqjWdy84/AWfW710Hmc5wdfwtuPyw7 EWjg==
- In-reply-to: <20161005080921.GB26647@raspi>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20161005080921.GB26647@raspi>
On Oct 5, 10:09am, Ghjuvan' Lacambre wrote:
}
} 'd.' isn't a valid action as '.' is not a valid motion, yet 'd.' is
} recorded as the last action called. When using '.', 'd.' will
} recursively call itself
Confirmed.
Seems to be a problem with calling startvichange(1) before calling
getvirange(), so the input is captured as a change event whether it
succeeds or fails. Unfortunately, I'm not familiar enough with the
vi emulation code to see how to back out of startvichange().
Messages sorted by:
Reverse Date,
Date,
Thread,
Author