mirror of https://github.com/tildeclub/ex-vi.git
parent
0d7b306269
commit
297a2b4a52
|
@ -179,7 +179,7 @@ uexp:
|
||||||
if (warn && hush == 0 && chng && xchng != chng && value(WARN) && dol > zero) {
|
if (warn && hush == 0 && chng && xchng != chng && value(WARN) && dol > zero) {
|
||||||
xchng = chng;
|
xchng = chng;
|
||||||
vnfl();
|
vnfl();
|
||||||
printf(mesg(catgets(catd, 1, 197,
|
printf("%s",mesg(catgets(catd, 1, 197,
|
||||||
"[No write]|[No write since last change]")));
|
"[No write]|[No write since last change]")));
|
||||||
noonl();
|
noonl();
|
||||||
flush();
|
flush();
|
||||||
|
|
Loading…
Reference in New Issue