Remove autosave option

With the new backup option, the autosave option is no longer useful.
Since it never really worked well in the first place, it has been
removed.

Closes #1420
This commit is contained in:
Zachary Yedidia
2019-12-26 14:35:48 -05:00
parent 7f7ad29671
commit 8570ff9a8c
6 changed files with 30 additions and 34 deletions

View File

@@ -13,15 +13,6 @@ Here are the options that you can set:
default value: `true`
* `autosave`: micro will save the buffer every `n` seconds automatically
(where `n` is the value of the option). Micro also will automatically
save and quit when you exit without asking. Be careful when using this
feature, because you might accidentally save a file, overwriting what
was there before. If the value of the option is `0` then micro will
not autosave.
default value: `0`
* `backup`: micro will automatically keep backups of all open buffers. Backups
are stored in `~/.config/micro/backups` and are removed when the buffer is
closed cleanly. In the case of a system crash or a micro crash, the contents