nano

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

commit 2829aae635862510154a35862e8761f741d67ed3
parent be231d39ad1d9118cc95efa8d27ba5499deba953
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 22 May 2006 01:24:09 +0000

comment fix


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

Diffstat:
Msrc/text.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/text.c b/src/text.c @@ -723,8 +723,8 @@ bool do_wrap(filestruct *line) * be prepended to the next line. */ prepend_wrap = TRUE; - /* Each line knows its line number. We recalculate these if we - * inserted a new line. */ + /* Each line knows its number. We recalculate these if we inserted + * a new line. */ if (!prepending) renumber(line);