nano

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

commit 44abeea53cea5485d67cea7dc478af4027077650
parent 252ecebaf7fcd7c46d77916aa76f966254769a41
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 21 May 2006 17:27:04 +0000

in nanorc.sample, remove unneeded foreground color for the Java source
regex used to highlight trailing whitespace, since we now support
background colors without foreground colors


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

Diffstat:
MChangeLog | 3+++
Mdoc/nanorc.sample | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -340,6 +340,9 @@ CVS code - - Replace instances of "\w" with its equivalent "[0-9A-Za-z_]", and instances of "\W" with its equivalent "[^0-9A-Za-z_]", for greater readability. (DLR) + - Remove unneeded foreground color for the Java source regex + used to highlight trailing whitespace, since we now support + background colors without foreground colors. (DLR) - src/Makefile.am: - If we're uninstalling, remove the "rnano" symlink. (DLR, found by Benno Schulenberg) diff --git a/doc/nanorc.sample b/doc/nanorc.sample @@ -307,7 +307,7 @@ # color blue "//.*" # color blue start="/\*" end="\*/" # color brightblue start="/\*\*" end="\*/" -# color brightgreen,green "[[:space:]]+$" +# color ,green "[[:space:]]+$" ## Here is an example for patch files. ##