diff --git a/cut.c b/cut.c index 73a30630..f37d151f 100644 --- a/cut.c +++ b/cut.c @@ -222,7 +222,7 @@ int do_cut_text(void) /* If the line is empty and we didn't just cut a non-blank line, create a dummy line and add it to the cutbuffer */ - if (marked_cut != 1) { + if (marked_cut != 1 && current->next != filebot) { filestruct *junk;