diff options
Diffstat (limited to 'src/execute.c')
| -rw-r--r-- | src/execute.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdlib.h> @@ -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) { |

