From fb4637995e76d298ad0607dfe78f65214676ced6 Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Thu, 14 Jul 2022 00:27:59 -0700 Subject: [PATCH] feat(input): support cancelreturn --- lua/dressing/input.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/dressing/input.lua b/lua/dressing/input.lua index 56c5a9f..ac7a0bf 100644 --- a/lua/dressing/input.lua +++ b/lua/dressing/input.lua @@ -87,7 +87,7 @@ M.confirm = function() end M.close = function() - confirm() + confirm(context.opts and context.opts.cancelreturn) end M.highlight = function()