micro/internal
Dmytro Maluka 1d1b363fa7 Remove lua.Lock
Exposing locking primitives to lua plugins is tricky and may lead to
deadlocks. Instead, if possible, it's better to ensure all the needed
synchonization in micro itself, without leaving this burden to lua code.

Since we've added micro.After() timer API and removed exposing Go timers
directly to lua, now we (probably?) have no cases of lua code possibly
running asynchronously without micro controlling when it is running. So
now we can remove lua.Lock.

This means breaking compatibility, but, until recently lua.Lock wasn't
workable at all (see #2945), which suggests that it has never been
really used by anyone. So it should be safe to remove it.
2024-03-14 04:53:56 +01:00
..
action Minor: fix weird error message text when unable to load help (#2618) 2024-03-14 03:59:36 +01:00
buffer hltrailingws: simpler and better undo/redo handling 2024-03-14 03:18:11 +01:00
clipboard Use zyedidia/clipper for external clipboard 2022-06-14 08:40:57 -04:00
config Highlighting trailing whitespaces 2024-03-14 03:10:31 +01:00
display Highlighting trailing whitespaces 2024-03-14 03:10:31 +01:00
info Add HistorySearchUp and HistorySearchDown actions (#1829) 2023-07-08 14:00:22 -07:00
lua Remove lua.Lock 2024-03-14 04:53:56 +01:00
screen Reset mouse release state after restarting the screen 2023-01-29 18:26:55 +01:00
shell Fix term output capturing 2023-09-08 23:27:39 -07:00
util Highlighting trailing whitespaces 2024-03-14 03:10:31 +01:00
views Fix split pane divider hovering over neighboring split pane (#3070) 2024-03-13 21:02:11 +01:00