micro/internal/buffer
Zachary Yedidia 6514b77e0d Enable autosave option
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
2020-02-08 16:53:08 -05:00
..
autocomplete.go Add autocomplete 2019-12-25 17:05:10 -05:00
backup.go Fix #1383: "Save with Sudo" rewrite (#1424) 2020-01-03 17:39:12 -05:00
buffer.go Enable autosave option 2020-02-08 16:53:08 -05:00
cursor.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
eventhandler.go Add support for plugin manager within micro 2020-02-02 14:20:39 -05:00
line_array.go Highlight in parallel 2020-01-28 20:54:14 -05:00
line_array_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
loc.go Add some plugin functions 2019-12-25 17:05:11 -05:00
message.go Use upstream updated zyedidia tcell 2019-12-31 20:15:45 -05:00
save.go Fix #1383: "Save with Sudo" rewrite (#1424) 2020-01-03 17:39:12 -05:00
search.go Fix some formatting 2019-12-29 22:02:14 -05:00
serialize.go Add option to clean unused settings and other parts of config 2020-02-02 15:30:06 -05:00
settings.go Readonly should only apply to default buffers 2020-01-15 20:09:17 -05:00
stack.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
stack_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00