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