]> git.wh0rd.org Git - nano.git/commitdiff
per Benno Schulenberg's patch, fix changelog entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 4 Jun 2006 13:27:50 +0000 (13:27 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 4 Jun 2006 13:27:50 +0000 (13:27 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3618 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 1d176e5c9d64be839f8007b4c84ef48a8572a00b..3709bba86dffa21730624922a0cc840ea9bcdde9 100644 (file)
--- 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)