mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-19 14:54:32 +03:00
cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2032 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
77b284af68
commit
ace1037faf
@ -324,7 +324,7 @@ void do_uncut_text(void)
|
||||
* beginning of the line, set placewewant to 0. Pico does both of
|
||||
* these. */
|
||||
if (marked_cut == 0) {
|
||||
if (current_x != 0)
|
||||
if (current_x > 0)
|
||||
marked_cut = 2;
|
||||
else
|
||||
placewewant = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user