Eval on click, fix reopen buffers, detecting change

This commit is contained in:
krzosa
2025-05-02 12:53:13 +02:00
parent d7908bee54
commit 4871494c50
13 changed files with 90 additions and 101 deletions

View File

@@ -230,8 +230,6 @@ OnCommandCallbacks = {}
table.insert(OnCommandCallbacks, function (e)
if e.key == SDLK_F and e.ctrl == 1 and e.shift == 1 then
C("git grep -n "..GetLoadWord().." :/") end
if e.key == SDLK_L and e.ctrl == 1 then
Eval(GetLoadWord()) end
end)
function OnUpdate(e)