nano

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

commit ec01074075265e791dcc538d4d8c36e37186c033
parent 504ae90a8ee00137f877d4435b76b827bf9ac47f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed,  6 Jul 2005 19:11:15 +0000

add missing dashes


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

Diffstat:
MChangeLog | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -33,14 +33,14 @@ CVS code - do_replace() - Blank out last_replace properly again just before displaying the "Replace" prompt. (DLR, found by Mike Frysinger) - configure.ac: +- configure.ac: - Since we only use vsnprintf() now, remove the tests for snprintf(). (DLR) - doc/faq.html: +- doc/faq.html: - Update section 4.10 to mention that pasting from the X clipboard via the middle mouse button also works when the Shift key is used. (DLR) - doc/nanorc.sample: +- doc/nanorc.sample: - Add regexes for Bourne shell scripts. (Mike Frysinger, minor tweaks by DLR)