nano

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

commit 8546fa016ea8d01058c070989ca1f8c14cce2b3f
parent 7e7bcf8a46aa658098669a2a854e3f6afcdeba88
Author: Chris Allegretta <chrisa@asty.org>
Date:   Mon, 12 Feb 2001 05:01:05 +0000

Added Bug #55


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

Diffstat:
MBUGS | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/BUGS b/BUGS @@ -95,10 +95,13 @@ - Alt speller argument (-s, --speller) does not take a string argument of more than one word. (53) [FIXED]. - Cut to end cutting (-k) causes segfaults (try cutting "- Backup making - (filename~)?" line in TODO file) (discovred by + (filename~)?" line in TODO file) (discovered by higuita@cadernoverde.com) (54) [FIXED]. ** Open BUGS ** $Id$ + +- When using autoindent (-i), wrapped text does not get auto-indented + (55, discovered by Mark Senior).