Merge branch 'master' into zig-0.15
This commit is contained in:
commit
d6843c4fb9
4 changed files with 54 additions and 28 deletions
|
|
@ -187,7 +187,7 @@ pub const CurSel = struct {
|
|||
};
|
||||
}
|
||||
|
||||
fn selection_from_node(node: syntax.Node, root: Buffer.Root, metrics: Buffer.Metrics) error{NotFound}!Selection {
|
||||
pub fn selection_from_node(node: syntax.Node, root: Buffer.Root, metrics: Buffer.Metrics) error{NotFound}!Selection {
|
||||
return selection_from_range(node.getRange(), root, metrics);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue