mirror of git://git.sv.gnu.org/nano.git
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3544 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
be231d39ad
commit
2829aae635
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue