mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-07 05:10: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