From da8c74a44f550c8ea3548e838232ef31c0473a7b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 20 May 2019 10:45:33 +0200 Subject: [PATCH] docs: note Brand as the author of the delayed syntax parsing --- AUTHORS | 3 +++ src/rcfile.c | 1 + 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index 5b2a4f93..7a372746 100644 --- a/AUTHORS +++ b/AUTHORS @@ -67,3 +67,6 @@ Rishabh Dave Marco Diego Aurélio Mesquita * Filtering text through an external command. + +Brand Huntsman + * The delayed parsing of syntax files. diff --git a/src/rcfile.c b/src/rcfile.c index 26594a21..67116d29 100644 --- 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 *