nano

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

commit 3739016e45145f677519c6a5c23d151f0c3c68d5
parent df7524d7e86cd4efc484e2f626e20b93b8c06708
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sat, 25 Apr 2015 15:47:08 +0000

Adding a cross reference.


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

Diffstat:
MChangeLog | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,6 +1,7 @@ 2015-04-25 Benno Schulenberg <bensberg@justemail.net> * src/search.c (do_replace_loop): Remove the unintended special - case for replacing multiple occurrences of a literal ^ or $. + case for replacing multiple occurrences of a literal ^ or $; see + https://lists.gnu.org/archive/html/nano-devel/2015-04/msg00065.html. * src/search.c (findnextstr): Delete an always-FALSE parameter. * src/search.c (findnextstr): Rename the parameter 'whole_word' to 'whole_word_only', for clarity.