fix(ci): typing
This commit is contained in:
parent
c1c1194945
commit
5cb7c03881
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ vim.api.nvim_create_user_command("CP", function(opts)
|
||||||
cp.handle_command(opts)
|
cp.handle_command(opts)
|
||||||
end, {
|
end, {
|
||||||
nargs = "*",
|
nargs = "*",
|
||||||
complete = function(ArgLead, CmdLine, CursorPos)
|
complete = function(ArgLead, CmdLine, _)
|
||||||
local args = vim.split(vim.trim(CmdLine), "%s+")
|
local args = vim.split(vim.trim(CmdLine), "%s+")
|
||||||
local num_args = #args
|
local num_args = #args
|
||||||
if CmdLine:sub(-1) == " " then
|
if CmdLine:sub(-1) == " " then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue