nano

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

commit 4e0984775a381920093ffdb8d36d4c083e5db618
parent 43ef2e83261da73262d5d70122d1c7aa7011e960
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 30 Mar 2006 20:43:44 +0000

in nanorc.sample, nention in the comments that more than one start/end
regex can be included per line


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

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

diff --git a/ChangeLog b/ChangeLog @@ -16,6 +16,8 @@ CVS code - (DLR) - Replace instances of \" with ", since quotes inside string parameters don't need to be escaped with backslashes. (DLR) + - Mention in the comments that more than one start/end regex can + be included per line. (DLR) GNU nano 1.3.11 - 2006.03.30 - General: diff --git a/doc/nanorc.sample b/doc/nanorc.sample @@ -183,7 +183,8 @@ ## You may use the prefix "bright" to mean a stronger color highlight ## for the foreground. ## -## To use multi-line regexes, use the start="regex" end="regex" format. +## To use multi-line regexes, use the start="regex" end="regex" +## [start="regex" end="regex"...] format. ## ## If your system supports transparency, not specifying a background ## color will use a transparent color. If you don't want this, be sure