1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

zsh-workers/7983

This commit is contained in:
Tanaka Akira 1999-09-22 13:14:27 +00:00
parent a8ed82946e
commit fc09801d93

View file

@ -642,7 +642,7 @@ ihungetc(int c)
{
int doit = 1;
while (!lexstop) {
while (!lexstop && !errflag) {
if (hptr[-1] != (char) c && stophist < 4 &&
hptr > chline + 1 && hptr[-1] == '\n' && hptr[-2] == '\\')
hungetc('\n'), hungetc('\\');