This commit is contained in:
hrsh7th
2022-01-10 23:01:47 +09:00
parent dff06958a7
commit 21456a109e
4 changed files with 12 additions and 11 deletions

View File

@@ -429,7 +429,7 @@ core.confirm = function(self, e, option, callback)
e:execute(vim.schedule_wrap(function()
release()
self.event:emit('confirm_done', {
entry = e
entry = e,
})
if callback then
callback()