Okay, and now dont add extra blanks when at filebot

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@692 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2001-06-22 21:47:23 +00:00
parent efd2236319
commit 34319a1ff7
1 changed files with 1 additions and 1 deletions

2
cut.c
View File

@ -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;