nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 7105cf4f8ef51fe8bc9edc66c249fafa744b1298
parent 02085d7b92a4ddb0555f375ebc78a3e067fcfecf
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun,  7 Nov 2004 16:13:19 +0000

formatting fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2081 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/cut.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cut.c b/src/cut.c @@ -222,9 +222,9 @@ void do_cut_text(void) * does clear the cutbuffer if keep_cutbuffer is FALSE. */ if (current == filebot #ifndef NANO_SMALL - && !ISSET(MARK_ISSET) + && !ISSET(MARK_ISSET) #endif - ) + ) return; keep_cutbuffer = TRUE;