ed: Reset modflag in clearbuf()

For the same reason we don't care about the state of
the buffer in clearundo() we can reset modflag in
clearbuf(), because after calling it we don't want
to know anything about the previous state.
This commit is contained in:
Roberto E. Vargas Caballero 2016-01-01 11:17:01 +01:00 committed by sin
parent 58c9739532
commit 03d27b7806
1 changed files with 1 additions and 1 deletions

2
ed.c
View File

@ -322,7 +322,7 @@ clearbuf()
free(zero);
zero = NULL;
scratch = csize = idxsize = lastidx = curln = lastln = 0;
lastln = curln = 0;
modflag = lastln = curln = 0;
}
static void