mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-23 12:19:24 +00:00
* If the 'next!' ex command is given and the autowrite option is set, the
current file is not written anymore.
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
#ifndef lint
|
||||
#ifdef DOSCCS
|
||||
static char sccsid[] = "@(#)ex_cmds.c 1.21 (gritter) 2/17/05";
|
||||
static char sccsid[] = "@(#)ex_cmds.c 1.22 (gritter) 2/18/05";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -466,7 +466,8 @@ casek:
|
||||
/* next */
|
||||
tail("next");
|
||||
setnoaddr();
|
||||
ckaw();
|
||||
if (!exclam())
|
||||
ckaw();
|
||||
ignore(quickly());
|
||||
if (getargs())
|
||||
makargs();
|
||||
|
||||
Reference in New Issue
Block a user