Merge branch 'master' into zig-0.14
This commit is contained in:
commit
43c6514cd6
1 changed files with 1 additions and 0 deletions
|
@ -421,6 +421,7 @@ pub fn get_mru_position(self: *Self, from: tp.pid_ref, file_path: []const u8) Cl
|
||||||
from.send(.{ file.pos.row + 1, file.pos.col + 1 }) catch return error.ClientFailed;
|
from.send(.{ file.pos.row + 1, file.pos.col + 1 }) catch return error.ClientFailed;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
from.send(.{"none"}) catch return error.ClientFailed;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn request_tasks(self: *Self, from: tp.pid_ref) ClientError!void {
|
pub fn request_tasks(self: *Self, from: tp.pid_ref) ClientError!void {
|
||||||
|
|
Loading…
Add table
Reference in a new issue