mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-27 17:30:37 +09:00
When the cursor is at the last line of buffer and it is an empty line, CopyLine does not copy this line, which is correct, but it shows a bogus "Copied line" message. Fix this by adding a check for that, same as in CutLine and DeleteLine.