From: Chris Allegretta Date: Fri, 22 Jun 2001 21:47:23 +0000 (+0000) Subject: Okay, and now dont add extra blanks when at filebot X-Git-Tag: v1.0.3~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ef0fe09ca9fc46fea7cb9e01297d41b3bee127cb;p=nano.git Okay, and now dont add extra blanks when at filebot git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@692 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/cut.c b/cut.c index e10ef6ce..854ce330 100644 --- a/cut.c +++ b/cut.c @@ -169,7 +169,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;