]> git.wh0rd.org Git - nano.git/commitdiff
- nanorc.sample: - Make nanorc entry less tolerant of invalid colors
authorChris Allegretta <chrisa@asty.org>
Fri, 7 Feb 2003 00:11:55 +0000 (00:11 +0000)
committerChris Allegretta <chrisa@asty.org>
Fri, 7 Feb 2003 00:11:55 +0000 (00:11 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1429 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
nanorc.sample

index e826007d1bf7cc3b79a8248d523beae1af00eef8..89d3745b519bcf6941dd6d656d2f137849f3e015 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@ CVS code
        - Add initialization file comments, change some options from 
          bracketed to underlined to emphasize that they are not 
          optional.
+- nanorc.sample:
+       - Make nanorc entry less tolerant of invalid colors.
 
 GNU nano 1.1.99pre2 - 2003.02.03
 - General:
index 009bbaebeff981e8fb0f7c199bce5991d6b607f1..d29b29cf2ed6dc85ab123bc42072340d83582cbb 100644 (file)
 #color brightwhite "^ *syntax [^ ]*"
 #color brightblue "^ *set\>" "^ *unset\>" "^ *syntax\>"
 #color white "^ *color\>.*"
-#color yellow "^ *color [^ ]*"
+#color yellow "^ *color (bright)?(white|black|red|blue|green|yellow|magenta|cyan)\>"
 #color magenta "^ *color\>"
 #color green "^#.*$"