nano

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

commit bd2eb289fb931f641e87077d701d91b291603995
parent e6bbee8fe41db801d1d66c3b5e4ed00f3fd7fa13
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed,  2 Mar 2005 19:34:59 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2334 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/nano.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c @@ -2342,7 +2342,7 @@ size_t indent_length(const char *line) #endif /* !NANO_SMALL */ #ifndef DISABLE_JUSTIFY -/* justify_format() replaces Tab by Space and multiple spaces by 1 +/* justify_format() replaces tabs with spaces and multiple spaces by 1 * (except it maintains 2 after a non-repeated character in punct * followed by a character in brackets). Note that the terminating \0 * counts as a space.