mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-28 01:40:19 +09:00
* Bugfix: fix panic in MoveLinesUp when moving up the *last* line * Bugfix: don't panic in Buffer.Line if index is out or range * clean MoveLinesDown since it won't work for the last line anyway, add comment * Cleanup: replace spaces with tabs in MoveLinesUp and MoveLinesDown