more cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4154 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
723cbe3191
commit
7f4cf43450
|
@ -880,9 +880,9 @@ void do_insertfile(
|
||||||
openfile->current_x = strlen(openfile->filebot->data);
|
openfile->current_x = strlen(openfile->filebot->data);
|
||||||
if (openfile->fileage == openfile->filebot) {
|
if (openfile->fileage == openfile->filebot) {
|
||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
/* If the mark begins inside the partition, update
|
/* If the mark begins inside the partition, adjust
|
||||||
* the mark coordinates to account for the number of
|
* the mark coordinates to compensate for the change
|
||||||
* characters inserted on the current line. */
|
* in the current line. */
|
||||||
if (openfile->mark_set) {
|
if (openfile->mark_set) {
|
||||||
openfile->mark_begin = openfile->current;
|
openfile->mark_begin = openfile->current;
|
||||||
if (do_mark_shift)
|
if (do_mark_shift)
|
||||||
|
|
Loading…
Reference in New Issue