=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/paragraph.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/mg/paragraph.c 2013/06/01 14:27:32 1.28 +++ src/usr.bin/mg/paragraph.c 2013/06/15 19:58:39 1.29 @@ -1,4 +1,4 @@ -/* $OpenBSD: paragraph.c,v 1.28 2013/06/01 14:27:32 lum Exp $ */ +/* $OpenBSD: paragraph.c,v 1.29 2013/06/15 19:58:39 lum Exp $ */ /* This file is in the public domain. */ @@ -49,6 +49,7 @@ } else nospace = 1; } + nospace = 0; } /* force screen update */ curwp->w_rflag |= WFMOVE;