nano

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

commit 82a8f91392b728170c6e3297f7ead031b36714db
parent bc503c80db0df5ce8aa08891687f6169117c6f54
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 20 Nov 2003 00:14:16 +0000

minor tabbing fix


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

Diffstat:
Msrc/files.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/files.c b/src/files.c @@ -1842,7 +1842,7 @@ int do_writeout(const char *path, int exiting, int append) #ifndef NANO_SMALL && (!ISSET(MARK_ISSET) || exiting) #endif - ) { + ) { i = do_yesno(0, 0, _("Save file under DIFFERENT NAME ?")); if (i == 0 || i == -1) continue;