Commit b7dc8f3a authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3087 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
......@@ -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();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment