fix: store jump location source before navigating to another file
This commit is contained in:
parent
390a56714a
commit
48fc8a968c
2 changed files with 2 additions and 1 deletions
|
@ -1047,7 +1047,7 @@ pub const Editor = struct {
|
|||
try self.send_editor_cursel_msg("modified", self.get_primary());
|
||||
}
|
||||
|
||||
fn send_editor_jump_source(self: *Self) !void {
|
||||
pub fn send_editor_jump_source(self: *Self) !void {
|
||||
try self.send_editor_cursel_msg("jump_source", self.get_primary());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue