From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] nano: Update to 7.0 Date: Wed, 23 Nov 2022 12:25:02 +0000 Message-ID: <292e44d0-cfb0-8790-3ca3-4241a8065c72@ipfire.org> In-Reply-To: <20221121154507.3587584-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7263966311227506088==" List-Id: --===============7263966311227506088== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://www.nano-editor.org/news.php >=20 > "2022 November 15 - GNU nano 7.0 "Una existencia simple bajo el sol" >=20 > String binds may contain bindable function names between braces. > For example, to move the current line down to after the next one: > bind ^D "{cut}{down}{paste}{up}" main. Of course, braced function > names may be mixed with literal text. If an existing string bind > contains a literal {, replace it with {{}. > Unicode codes can be entered (via M-V) without leading zeroes, > by finishing short codes with or . > Word completion (^]) looks for candidates in all open buffers. > No regular expression matches the final empty line any more." >=20 > Signed-off-by: Matthias Fischer > --- > lfs/nano | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/nano b/lfs/nano > index 5dc6981b0..89167b2af 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 6.4 > +VER =3D 7.0 > =20 > THISAPP =3D nano-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D b59ff7a741ce4c8b31afdbbfaf1d704cccbceddcd7f1421f30a6= dd40495ec456ca891aeb9777c070c6cce4e9c594f83798ff0cdacdfe06e81b0aa0b700033da3 > +$(DL_FILE)_BLAKE2 =3D 5212aa2a65cc7bccb33ebd66934e53ea7c6bd739ceae94796397= bd193698453417eae2a5cf63c995e90aa077795f9bcf70568a35208716a09c9a6d89d75ff409 > =20 > install : $(TARGET) > =20 --===============7263966311227506088==--