We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23deb47 commit 62d1e2eCopy full SHA for 62d1e2e
1 file changed
lua/plenary/popup/init.lua
@@ -426,6 +426,10 @@ function popup.create(what, vim_options)
426
{ noremap = true }
427
)
428
end
429
+
430
+ if vim_options.finalize_callback then
431
+ vim_options.finalize_callback(win_id, bufnr)
432
+ end
433
434
-- TODO: Perhaps there's a way to return an object that looks like a window id,
435
-- but actually has some extra metadata about it.
0 commit comments