Skip to content

Fix a bug in insert_line

Jeremy Soller requested to merge bobogei81123:fix_insert_line into master

Created by: bobogei81123

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

Merge request reports