mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-05 16:32:08 +00:00
Merge 874be9223a
into 4331c89586
This commit is contained in:
commit
07175355f3
@ -100,7 +100,7 @@ struct lsRange {
|
||||
return start <= o.start && o.end <= end;
|
||||
}
|
||||
bool intersects(const lsRange &o) const {
|
||||
return start < o.end && o.start < end;
|
||||
return start <= o.end && o.start <= end;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user