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-d3aeb78583b8master
parent
efd2236319
commit
34319a1ff7
2
cut.c
2
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
|
/* 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 */
|
line, create a dummy line and add it to the cutbuffer */
|
||||||
if (marked_cut != 1) {
|
if (marked_cut != 1 && current->next != filebot) {
|
||||||
|
|
||||||
filestruct *junk;
|
filestruct *junk;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue