micro/internal
Jöran Karl ddc6051b33 actions: Use SetOptionNative() instead of setting options directly
Setting options directly in (h.)Buf.Settings without calling SetOption() or
SetOptionNative() is generally not the best idea, since it may not
trigger the needed side effects.
In particular, after https://github.com/zyedidia/micro/pull/3343,
directly setting `diffgutter` and `ruler` causes them not being tracked as
locally overridden per buffer, so if we run the `reload` command,
it unexpectedly replaces them with the default ones.
2025-02-20 20:24:07 +01:00
..
action actions: Use SetOptionNative() instead of setting options directly 2025-02-20 20:24:07 +01:00
buffer buffer: Perform filetype callbacks on ReloadSettings() 2025-02-20 20:24:05 +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