=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vim/Attic/cmdcmds.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/vim/Attic/cmdcmds.c 1996/09/24 17:53:49 1.4 +++ src/usr.bin/vim/Attic/cmdcmds.c 1996/10/14 03:55:07 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmdcmds.c,v 1.4 1996/09/24 17:53:49 downsj Exp $ */ +/* $OpenBSD: cmdcmds.c,v 1.5 1996/10/14 03:55:07 downsj Exp $ */ /* vi:set ts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar @@ -287,6 +287,7 @@ /* * First we copy the old text to its new location -- webb + * Also copy the flag that ":global" command uses. */ if (u_save(n, n + 1) == FAIL) return FAIL;