mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-09 08:30:23 +09:00
* Adds command "tabmove ±n", for better tab management * Added tabmove to help:commands * Replace uses of util.Min, util.Max with util.Clamp Browsing code and discovered `util.Clamp`, ideal for this section of my code * oops, missed an arg * Typo, again