files from last release. ex-050325

This commit is contained in:
2024-10-10 18:04:47 +00:00
parent 0793775912
commit 2c0c217bb6
58 changed files with 7236 additions and 430 deletions

View File

@@ -73,7 +73,7 @@
#ifndef lint
#ifdef DOSCCS
static char sccsid[] = "@(#)ex_voper.c 1.28 (gritter) 8/6/05";
static char sccsid[] = "@(#)ex_voper.c 1.27 (gritter) 2/15/05";
#endif
#endif
@@ -715,7 +715,6 @@ errlab:
wcursor = 0;
if (readecho(c))
return;
lloop:
if (!vglobp)
vscandir[0] = genbuf[0];
oglobp = globp;
@@ -791,12 +790,6 @@ slerr:
if (state == CRTOPEN && addr != dot)
vup1();
vupdown(addr - dot, NOSTR);
if (FLAGS(vcline)&VLONG &&
addr == odot &&
cursor == ocurs) {
cursor = NULL;
goto lloop;
}
}
return;
}