From cc77c174780e4eab5c94ca64824e6c795bc609a6 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 28 Apr 2024 19:26:32 -0700 Subject: [PATCH] Cleanup --- lua/argonaut/types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/argonaut/types.lua b/lua/argonaut/types.lua index b55708b..af36506 100644 --- a/lua/argonaut/types.lua +++ b/lua/argonaut/types.lua @@ -416,7 +416,7 @@ end function WrapContext:update_builder_param(builder, param, opt) local text = param.text if #opt.line_prefix > 0 then - text = param.text:match('^%s*[' .. opt.line_prefix .. ']?(.*)') + text = param.text:match('^%s*[' .. opt.line_prefix .. ']?%s*(.*)') end local cursor = nil