From ef0fe09ca9fc46fea7cb9e01297d41b3bee127cb Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Fri, 22 Jun 2001 21:47:23 +0000 Subject: [PATCH] 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 --- cut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5