mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-01-24 02:10:19 +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:
2
Changes
2
Changes
@@ -42,6 +42,8 @@ Release ...
|
|||||||
* The 'substitute' ex command can now be abbreviated as 'sub', 'subst' etc.
|
* The 'substitute' ex command can now be abbreviated as 'sub', 'subst' etc.
|
||||||
* A new version of mapmalloc.c that is derived from Unix 7th Edition code
|
* A new version of mapmalloc.c that is derived from Unix 7th Edition code
|
||||||
has been introduced.
|
has been introduced.
|
||||||
|
* If the 'next!' ex command is given and the autowrite option is set, the
|
||||||
|
current file is not written anymore.
|
||||||
|
|
||||||
Release 1/19/05
|
Release 1/19/05
|
||||||
* The last release erroneously made 'X' work like 'x' in visual mode. It now
|
* The last release erroneously made 'X' work like 'x' in visual mode. It now
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
#ifdef DOSCCS
|
#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -466,6 +466,7 @@ casek:
|
|||||||
/* next */
|
/* next */
|
||||||
tail("next");
|
tail("next");
|
||||||
setnoaddr();
|
setnoaddr();
|
||||||
|
if (!exclam())
|
||||||
ckaw();
|
ckaw();
|
||||||
ignore(quickly());
|
ignore(quickly());
|
||||||
if (getargs())
|
if (getargs())
|
||||||
|
|||||||
Reference in New Issue
Block a user