nano

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

commit da8c74a44f550c8ea3548e838232ef31c0473a7b
parent cba9d8d05e3d37687537818d81e90f2b7abd872c
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 20 May 2019 10:45:33 +0200

docs: note Brand as the author of the delayed syntax parsing

Diffstat:
MAUTHORS | 3+++
Msrc/rcfile.c | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -67,3 +67,6 @@ Rishabh Dave <rishabhddave@gmail.com> Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com> * Filtering text through an external command. + +Brand Huntsman <alpha@qzx.com> + * The delayed parsing of syntax files. diff --git a/src/rcfile.c b/src/rcfile.c @@ -3,6 +3,7 @@ * * * Copyright (C) 2001-2011, 2013-2019 Free Software Foundation, Inc. * * Copyright (C) 2014 Mike Frysinger * + * Copyright (C) 2019 Brand Huntsman * * Copyright (C) 2014-2019 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify *