Dmytro Maluka
Dmytro Maluka
Implemented #3335 which makes `DeleteLine` respect selections, among other things.
Do you happen to have the old version of this file (with `cbbed4e69567871462464049646dc11fdad8b8c75fde5d75856068c2cfbd2d38` sha256sum)?
Github shows that this file was uploaded on Oct 22, 2023: https://github.com/zyedidia/micro/releases/tag/v2.0.13 If the file was replaced later and it wasn't a Github issue, Github would probably show a later...
This is most certainly Windows specific. @JoeKar could you take a look?
There is also a possibility that your build system calculated the checksum incorrectly. Which is why it would be helpful to have the original file. Otherwise there is really no...
> I'll leave that up to the team here how they want to handle it, though. It might be worth adding some mechanism to add hashing your release artifacts in...
I'm thinking that maybe we shouldn't add these changes to `c.yaml`... I don't know anyone using even C11, let alone C23. And adding these complex regexes does have some performance...
> `.h` is also commonly used for C++. If a C++ header is highlighted using `c.yaml` instead of `cpp.yaml`, that is already a problem in itself, since, obviously, it then...
I hope we will merge #3127 soon. If not, we should at least add a TODO comment to not forget to remove this `[[:graph:]]{2,}'` workaround in the future. (BTW, why...
There was a bug #2647 causing needless overwriting of `settings.json` every time when micro starts. It was fixed in #3009 but this fix is not present in 2.0.13. After the...