nano

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

commit 7531b71fa14d3fc45653f3ac9df94bc95d688efe
parent 964c10db179757ef225eb20618b552581a849c62
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Wed,  7 Dec 2016 20:37:36 +0100

docs: note Sumedh as the author of the word-completion feature

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

diff --git a/AUTHORS b/AUTHORS @@ -53,6 +53,9 @@ Mike Scalora <mike@scalora.org> Faissal Bensefia <faissaloo@gmail.com> * Line numbers. +Sumedh Pendurkar <sumedh.pendurkar@gmail.com> + * The word-completion feature. + Benno Schulenberg <bensberg@justemail.net> * 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 @@ -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 *