Skip to content
Snippets Groups Projects
Forked from redox-os / sodium
Source project has a limited visibility.
  • bobogei81123's avatar
    2e4ae134
    Fix a bug in insert_line · 2e4ae134
    bobogei81123 authored
    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
    2e4ae134
    History
    Fix a bug in insert_line
    bobogei81123 authored
    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