Updated init.lua to allow autocomplete of new command builtins@hyperlink
This commit is contained in:
parent
e61af8773b
commit
b81d6b5acc
|
|
@ -23,7 +23,7 @@ presser.setup = function ( opts )
|
||||||
{
|
{
|
||||||
nargs = 1,
|
nargs = 1,
|
||||||
complete = function (ArgLead, CmdLine, CursorPos)
|
complete = function (ArgLead, CmdLine, CursorPos)
|
||||||
return { 'find_replace' }
|
return { 'find_replace', 'hyperlink' }
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user