Eval on click, fix reopen buffers, detecting change
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user