Skip to content

Commit bb44479

Browse files
authored
fix(popup): add missing module name to require (#434)
#405
1 parent 4b7e520 commit bb44479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/plenary/popup/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ function popup.create(what, vim_options)
422422
bufnr,
423423
"n",
424424
"<CR>",
425-
'<cmd>lua require"popup".execute_callback(' .. bufnr .. ")<CR>",
425+
'<cmd>lua require"plenary.popup".execute_callback(' .. bufnr .. ")<CR>",
426426
{ noremap = true }
427427
)
428428
end

0 commit comments

Comments
 (0)