]> git.wh0rd.org Git - nano.git/commit
fix bug in do_justify(): if all the text from the next line has been
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 3 Jul 2004 05:23:19 +0000 (05:23 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 3 Jul 2004 05:23:19 +0000 (05:23 +0000)
commit01a6bf4f9a6ec1cff997e41b84d106465e3fb70f
tree0901adafca21b0e8d7a64df59e852f8762bdff76
parentc8c69d5449f681b06f8cc86f1bfb2e5f4fc9346f
fix bug in do_justify(): if all the text from the next line has been
moved to the current line and the next line has been deleted, continue
the justification loop from there and skip the respacing routine in
order to avoid running it more than once on the same line (since it
assumes that we've moved to the next line, which isn't true in that
case)

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