From 8cd3947e7a7cc09de6299bbe82262bc123476218 Mon Sep 17 00:00:00 2001 From: Timo Savinen Date: Thu, 16 Mar 2006 12:53:53 +0000 Subject: 0.1.9 --- src/execute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/execute.c') diff --git a/src/execute.c b/src/execute.c index bfc3b29..79891cd 100644 --- a/src/execute.c +++ b/src/execute.c @@ -20,7 +20,7 @@ * */ -/* $Id: execute.c,v 1.37 2005/11/15 13:59:15 timo Exp $ */ +/* $Id: execute.c,v 1.38 2006-03-12 10:05:33 timo Exp $ */ #include "bbe.h" #include @@ -144,7 +144,7 @@ execute_commands(struct command_list *c) case 'd': if(c->rpos || c->offset == in_buffer.block_offset) { - if(c->rpos < c->count) + if(c->rpos < c->count || c->count == 0) { if(inserting) { -- cgit v1.2.3