fix
This commit is contained in:
parent
68e67ccbb3
commit
278a0fd633
|
@ -274,7 +274,7 @@ function Lf:__on_open(term)
|
|||
command = "lf",
|
||||
args = {
|
||||
"-remote",
|
||||
("send %d select %s"):format(tonumber(data), base)
|
||||
("send %s select %s"):format(data, base)
|
||||
},
|
||||
interactive = false,
|
||||
detached = true,
|
||||
|
|
Reference in New Issue