Fix a bug in insert_line
Assuming that insert_line(n) shall insert the string into nth-line (0 based). - Fix a bug in insert_line when insert into after buffer - Do corresponding changes in other place
Please register or sign in to comment
Assuming that insert_line(n) shall insert the string into nth-line (0 based). - Fix a bug in insert_line when insert into after buffer - Do corresponding changes in other place