mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-01-24 02:10:19 +00:00
Update ex_unix.c
fix rpm build
This commit is contained in:
committed by
GitHub
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();
|
||||||
|
|||||||
Reference in New Issue
Block a user