Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in ZSH's vi emulation
- X-seq: zsh-workers 39809
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Bug in ZSH's vi emulation
- Date: Wed, 2 Nov 2016 11:46:48 -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=FoED+oPZbaStFZr4//yHzzMw7Rt+Ugio99IOXAastAg=; b=WCnw1lIbfCpkJuONvzbtbg54YlCO7bR/xrTR+7jn0aVSwEaQIqIQvBpgqwGp84jqYt VANTAtKuqvc7j6nHcOLvVbjiP/xKxYEJTc+Z1NINna6u8uUaSwGZiY3Luraj7mGzAxFd Ause+lus6b6piKuHDaxT67oBCpyN/1Acf8aRoCnQegfERcH2ehT1YDppeOaijH8PrrgO 2zNtDjbg+VCpSRAE1Rc+COAQZtYoTYx63YbUh5viQn2oj28mAXpvJyPELGQliKBJwx2X 6oMCFVDBTAj0YZB+vhc34LzvNfYSewo2cTVNllIvRy6xCCn2CMtu9jvWfgKrI40Hyr/V 5pKw==
- In-reply-to: <11719.1478105483@hydra.kiddle.eu>
- 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> <161005101938.ZM12590@torch.brasslantern.com> <20161102045925.GA6763@fujitsu.shahaf.local2> <11719.1478105483@hydra.kiddle.eu>
On Nov 2, 5:51pm, Oliver Kiddle wrote:
} Subject: Re: Bug in ZSH's vi emulation
}
} Daniel Shahaf wrote:
} > Is it simply a matter of setting vichgbufptr to 0 if getvirange()
} > returns -1?
}
} Not really. If we want a quick fix for 5.3 then either that or checking
} virangeflag at the top of virepeatchange will do the job.
It'd be nice to quash the infinite loop, even if the result isn't
entirely identical to vi behavior.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author