copying: let a copy command break a chain of cut or zap commands
This fixes the second part of https://savannah.gnu.org/bugs/?56261. Bug existed since zapping was introduced, in version 3.2.master
parent
e0c5c589ad
commit
a962bceca6
|
@ -420,6 +420,8 @@ void do_copy_text(void)
|
||||||
openfile->current_x = is_current_x;
|
openfile->current_x = is_current_x;
|
||||||
} else
|
} else
|
||||||
focusing = FALSE;
|
focusing = FALSE;
|
||||||
|
|
||||||
|
openfile->last_action = OTHER;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Cut from the current cursor position to the end of the file. */
|
/* Cut from the current cursor position to the end of the file. */
|
||||||
|
|
Loading…
Reference in New Issue