mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-14 14:57:09 +03:00
formatting fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2081 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
02085d7b92
commit
7105cf4f8e
@ -222,9 +222,9 @@ void do_cut_text(void)
|
|||||||
* does clear the cutbuffer if keep_cutbuffer is FALSE. */
|
* does clear the cutbuffer if keep_cutbuffer is FALSE. */
|
||||||
if (current == filebot
|
if (current == filebot
|
||||||
#ifndef NANO_SMALL
|
#ifndef NANO_SMALL
|
||||||
&& !ISSET(MARK_ISSET)
|
&& !ISSET(MARK_ISSET)
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
keep_cutbuffer = TRUE;
|
keep_cutbuffer = TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user