]> git.wh0rd.org Git - nano.git/commit
in find_paragraph(), add parameter begin, the line that we can't move
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 29 Nov 2005 18:25:53 +0000 (18:25 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 29 Nov 2005 18:25:53 +0000 (18:25 +0000)
commit9a065c089f4c4ea2c25a1f572eb0238ee9ebfee6
treec335252f4375ae7754491a68d9ad06029a0f9602
parent1932dfb1314ba7b12cc5bf19117725e2a80f987a
in find_paragraph(), add parameter begin, the line that we can't move
further back than when searching for a paragraph; this is needed to
ensure that we don't justify the same lines more than once if
auto-indent is turned on, and the indentation of what should be the
previous paragraph matches that of what should be the current paragraph

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