mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-10 14:42:47 +09:00
The autosave option is now specified as an integer, which denotes the number of seconds to wait between saving the file. If the option is 0, then autosaving is disabled. If the option is given by the user as a boolean, it will be converted to 8 if true, and 0 if false. Fixes #1479