mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-30 08:33:17 +03:00
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3087 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
72ad7dc602
commit
b7dc8f3a12
@ -129,8 +129,9 @@ void do_delete(void)
|
||||
wrap_reset();
|
||||
#endif
|
||||
|
||||
/* If we deleted the line before filebot, and the resulting
|
||||
* line at filebot isn't blank, add a new magicline. */
|
||||
/* If text has been added to the magicline as a result of
|
||||
* deleting at the end of the line before filebot, add a new
|
||||
* magicline. */
|
||||
if (openfile->current == openfile->filebot &&
|
||||
openfile->current->data[0] != '\0')
|
||||
new_magicline();
|
||||
|
Loading…
Reference in New Issue
Block a user