mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-05 05:00:00 +01:00
mzte-nv: fix telescope path transformer
This commit is contained in:
parent
cc5c19cff0
commit
be70635b95
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ fn lPathTransformerClosure(l: *c.lua_State) !c_int {
|
|||
ffi.luaPushString(l, path);
|
||||
}
|
||||
|
||||
c.lua_call(l, 2, 1);
|
||||
return 1;
|
||||
c.lua_call(l, 2, 2);
|
||||
return 2;
|
||||
}
|
||||
|
||||
fn transformJdtlsURI(uri_str: []const u8, writer: anytype) !void {
|
||||
|
|
Loading…
Add table
Reference in a new issue