nano

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

commit af71d44e4ee6ab1ee23eaef796234714b3f6ab2c
parent e9ba058f3d160f489a23ed69b0bad25415173a36
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat,  3 Nov 2018 20:41:42 +0100

tweaks: snip trailing whitespace that ended with a non-breaking space

Diffstat:
Msyntax/objc.nanorc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/objc.nanorc b/syntax/objc.nanorc @@ -38,5 +38,5 @@ color brightblue "^[[:space:]]*#[[:space:]]*(define|include|import|(un|ifn?)def| color yellow "//.*" color yellow start="/\*" end="\*/" -# Trailing whitespace.   +# Trailing whitespace. color ,green "[[:space:]]+$"