Jöran Karl
Jöran Karl
* the change of the `filetype` could cause unexpected behavior depending on global options being reset, while a volatile setting has been used. * the `reload` command could cause the...
The target situation shall be, that `micro` checks if the file to be stored already exists and if so it shall work with a temporary file first, before the target...
Currently even 256 color schemes like the default one don't look as defined and then most probably expected due to used terminal palette. So I suggest to determine the true...
This helps in e.g. HTMLs and CPPs (templates), but can create some unexpected underlines in case of shift operations in e.g. C(PP)s. Maybe a better option is to make them...
Do we really need to track the same description twice? https://github.com/zyedidia/micro/blob/838f371486ab3a083cee2471d8ee7f1f33acd595/runtime/help/options.md?plain=1#L471-L481 https://github.com/zyedidia/micro/blob/838f371486ab3a083cee2471d8ee7f1f33acd595/runtime/help/plugins.md?plain=1#L416-L426 I would prefer to track it in one file only and since they are related to plugins the...
Otherwise it's possible that `*Highlight*()` functions called from the async initial highlighting can be interrupted by the main goroutine, which then changes the already set and furthermore used `h.lastRegion`. The...
The interaction between the tab bar and buffer window/pane seems to be seamless, which creates some cases where the user could be confused: - mark a text section with the...
## Description The linux64-static override can be dropped since micro's binary files will be build fully static in the future (see: zyedidia/micro#3466). Due to this there is no need for...
Additionally the `help`, `vsplit` and `hsplit` command can now open multiple files like the `tab` command. Closes #3497