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 2710a0a commit 198cd00Copy full SHA for 198cd00
1 file changed
lua/lspsaga/rename/init.lua
@@ -82,7 +82,7 @@ local function parse_argument(args)
82
83
for _, arg in ipairs(args or {}) do
84
if arg:find('mode=') then
85
- mode = vim.split(arg, '=', { trimempty = true })
+ mode = vim.split(arg, '=', { trimempty = true })[2]
86
elseif arg:find('%+%+project') then
87
project = true
88
end
0 commit comments