mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
Change plugin callbacks to not only happen when a keybinding triggers the action
This commit is contained in:
@@ -43,7 +43,7 @@ function onRune(r)
|
||||
end
|
||||
end
|
||||
|
||||
function onInsertEnter()
|
||||
function onInsertNewline()
|
||||
if not GetOption("autoclose") then
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user