snailed
/
taolf
Archived
2
0
Fork 0

Merge pull request #20 from gilitos92/PR-with-Main-Repo

This commit is contained in:
Lucas Burns 2023-08-31 13:36:24 -05:00 committed by GitHub
commit 2a582ed3ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ function Lf:__set_cmd_wrapper()
-- command lf -command '$printf $id > '"$fid"'' -last-dir-path="$tmp" "$@"
self.term.cmd =
([[%s -command='$printf $id > %s' -last-dir-path='%s' -selection-path='%s' %s]])
([[%s -command='$printf $id > %s' -last-dir-path='%s' -selection-path='%s' '%s']])
:format(self.term.cmd, self.tmp_id, self.tmp_lastdir, self.tmp_sel, open_on)
return self
end