Merge branch 'master' into zig-0.15.0

This commit is contained in:
CJ van den Berg 2025-08-22 13:12:37 +02:00
commit 55a862eac0
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
47 changed files with 1610 additions and 2504 deletions

View file

@ -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);
}