nano

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

commit 671b2d974c4040ca65d47c08d265a077aa5de7cc
parent c9f07997912efff0c4b62c2f0e33375172243bba
Author: Chris Allegretta <chrisa@asty.org>
Date:   Thu,  3 Dec 2009 03:20:24 +0000

Add --disable-wrapping to nano-regress



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

Diffstat:
Mnano-regress | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-regress b/nano-regress @@ -8,7 +8,7 @@ sub combinations { return @rest, map { [$first, @$_] } @rest; } -my @allargs=("--enable-debug", "--disable-justify", "--disable-extra", "--enable-tiny", "--disable-browser --disable-help --disable-mouse --disable-operatingdir --disable-speller", "--disable-multibuffer", "--disable-nanorc", "--with-slang"); +my @allargs=("--enable-debug", "--disable-wrapping", "--disable-justify", "--disable-extra", "--enable-tiny", "--disable-browser --disable-help --disable-mouse --disable-operatingdir --disable-speller", "--disable-multibuffer", "--disable-nanorc", "--with-slang"); my @combos = combinations(@allargs); my $i = 0;