Commit 34319a1f authored by Chris Allegretta's avatar Chris Allegretta
Browse files

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
parent efd22363
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment