micro/internal
Jöran Karl 982a4fe065 config: Prevent the update of filetype by UpdateFileTypeLocals()
This shall prevent unpredictable results caused by such a user configuration:

```
"ft:go" {
	"filetype": "c"
}
```
2025-02-20 20:18:36 +01:00
..
action Merge pull request #3620 from JoeKar/feature/cursor-overwrite-indicator 2025-01-31 17:59:36 +01:00
buffer config: Split up InitLocalSettings() into two dedicated functions 2025-02-20 20:18:30 +01:00
clipboard import: Use micro-editor/tcell (legacy) instead of zyedidia/tcell (#3593) 2025-01-04 15:55:46 +01:00
config config: Prevent the update of filetype by UpdateFileTypeLocals() 2025-02-20 20:18:36 +01:00
display statusline: Provide overwrite mode indicator 2025-01-30 20:19:37 +01:00
info Reordered prompt done callback to avoid accessing out of bound history (#3318) 2024-06-02 20:00:13 +02:00
lua Exposing replacement functions for deprecated IOUtil functions (#3393) 2024-09-22 22:08:32 +02:00
screen import: Use micro-editor/tcell (legacy) instead of zyedidia/tcell (#3593) 2025-01-04 15:55:46 +01:00
shell import: Use micro-editor/terminal instead of zyedidia/terminal (#3600) 2025-01-14 18:20:37 +01:00
util ignore quoted and escaped characters when splitting keybindings into actions (#3612) 2025-01-20 20:28:38 +01:00
views chore: fix some typos (#3239) 2024-04-08 12:04:38 +02:00