Dmytro Maluka

Results 310 comments of Dmytro Maluka

> Yep [...] Ah... you checked that save without prompt on exit gets disabled after `set filetype ini`, but you didn't check if autosave every 20 seconds gets disabled after...

Just a note: I've found that with this PR `reload` "breaks" plugins that directly set options in `buf.Settings` rather than use `SetOptionNative()` (which has never been a very good idea,...

> Let us finalize yours and mine and when everything is in a good shape we can create the `v2.0.14-rc1` then. Perhaps also add this one (which I've just prepared):...

This isn't gonna be backwards compatible, is it?

Dunno. Neither option seems perfect.

AFAICS https://github.com/zyedidia/micro/commit/0851499130759cfcd786c0c228a7bf4c271fcb4e did not fully fix this issue. Micro process indeed now exits if we kill crontab by closing the terminal window, but: - It doesn't exit if we kill...

[This](https://git.savannah.gnu.org/cgit/nano.git/tree/src/winio.c#n248) is what nano does in this case: ``` /* When we've failed to get a keycode millions of times in a row, * assume our input source is gone...

> I did a lot of (commit) refactoring, but still I'm not fully happy with it. The backup approach is still messy (duplicated code, no single point of truth, etc.),...

Yeah I remember, just had no time yet.

I'm thinking we should also clearly inform the user about the overwrite failure and possible corruption immediately at the moment when it occurs, not only when the user opens this...