From 7531b71fa14d3fc45653f3ac9df94bc95d688efe Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 7 Dec 2016 20:37:36 +0100 Subject: [PATCH] docs: note Sumedh as the author of the word-completion feature --- AUTHORS | 3 +++ src/text.c | 1 + 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index ef1c4bdb..1fe47909 100644 --- a/AUTHORS +++ b/AUTHORS @@ -53,6 +53,9 @@ Mike Scalora Faissal Bensefia * Line numbers. +Sumedh Pendurkar + * The word-completion feature. + Benno Schulenberg * An array of small bug fixes, the cut-word and block-jump routines, text selection by holding Shift, and some extra diff --git a/src/text.c b/src/text.c index 9bae7aba..31fab3a4 100644 --- a/src/text.c +++ b/src/text.c @@ -6,6 +6,7 @@ * Copyright (C) 2014, 2015 Mark Majeres * * Copyright (C) 2016 Mike Scalora * * Copyright (C) 2015, 2016 Benno Schulenberg * + * Copyright (C) 2016 Sumedh Pendurkar * * * * GNU nano is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published *