mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
zsh-workers/7983
This commit is contained in:
parent
a8ed82946e
commit
fc09801d93
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ ihungetc(int c)
|
||||||
{
|
{
|
||||||
int doit = 1;
|
int doit = 1;
|
||||||
|
|
||||||
while (!lexstop) {
|
while (!lexstop && !errflag) {
|
||||||
if (hptr[-1] != (char) c && stophist < 4 &&
|
if (hptr[-1] != (char) c && stophist < 4 &&
|
||||||
hptr > chline + 1 && hptr[-1] == '\n' && hptr[-2] == '\\')
|
hptr > chline + 1 && hptr[-1] == '\n' && hptr[-2] == '\\')
|
||||||
hungetc('\n'), hungetc('\\');
|
hungetc('\n'), hungetc('\\');
|
||||||
|
|
Loading…
Reference in a new issue