fix merge issue

Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com>
This commit is contained in:
Brian Lehrer 2025-07-04 09:21:48 -07:00 committed by GitHub
parent d4bb4c01e3
commit bc31ee1faa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -117,9 +117,10 @@ return {
-- User cancelled the selection -- User cancelled the selection
return return
end end
props[prompt].setter(vim.fn.input { props[choice].setter(vim.fn.input {
prompt = ('[%s] '):format(prompt), prompt = ('[%s] '):format(choice),
default = props[prompt].value, default = props[choice].value,
}) })
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint()) -- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())