Merge branch 'master' into zig-0.15.0
This commit is contained in:
commit
55a862eac0
47 changed files with 1610 additions and 2504 deletions
|
|
@ -80,7 +80,7 @@ pub fn extract_state(self: *Self, iter: *[]const u8) !void {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn get_buffer_for_file(self: *Self, file_path: []const u8) ?*Buffer {
|
||||
pub fn get_buffer_for_file(self: *const Self, file_path: []const u8) ?*Buffer {
|
||||
return self.buffers.get(file_path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue