From: NeilBrown Date: Tue, 5 Mar 2013 04:36:50 +0000 (+1100) Subject: vpatch: restore display for hunk header where appropriate. X-Git-Tag: v1.0~49 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=8828e840cd20e0309145d09de61faa4c3f7aac5b;p=wiggle.git vpatch: restore display for hunk header where appropriate. Recent patch broke this. Signed-off-by: NeilBrown --- diff --git a/vpatch.c b/vpatch.c index 5b265f2..eef7147 100644 --- a/vpatch.c +++ b/vpatch.c @@ -961,7 +961,7 @@ static void draw_mside(int mode, int row, int offset, int start, int cols, if (visible(mode, m, &pos) == -1) continue; if (e.start[0] == 0) - continue; + break; c = (unsigned char *)e.start - e.prefix; highlight_space = 0; attr = visible(mode, m, &pos);