nano

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

commit 4dbdbd4660c9d9192f10cbf5b32d78b931b69f13
parent 497a9a2032bc93b616294dbe00494475416d8bd3
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun,  4 Jun 2006 13:27:50 +0000

per Benno Schulenberg's patch, fix changelog entry


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

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

diff --git a/ChangeLog b/ChangeLog @@ -488,8 +488,9 @@ CVS code - - Tweak the "nanorc" regexes to color comments starting with a double ## cyan instead of bright blue. (John M. Gabriele) - doc/sh.nanorc: - - Tweak the coloring of all special variables so that "-" is - highlighted properly. (Benno Schulenberg) + - Tweak the regex for special variables, moving "-" to the end, + to avoid excessive coloring or an "Invalid range end" error. + (Benno Schulenberg) - src/Makefile.am: - If we're uninstalling, remove the "rnano" symlink. (DLR, found by Benno Schulenberg)