summaryrefslogtreecommitdiff
path: root/src/range.hh
AgeCommit message (Collapse)Author
2024-08-16include headers cleanupAdriĆ  Arrufat
2023-10-25Default comparison operators that can beMaxime Coste
2023-10-25Remove redundant comparison operatorsMaxime Coste
Since C++20 (a != b) get automatically rewritten as !(a == b) if the != operator does not exist.
2020-06-27Refactor how InsetCompletionHide hook parameter is computedMaxime Coste
Keep track of inserted ranges instead of trying to re-derive them. Fixes #3556
2018-10-21Move LineRangeSet to line_modification.hhMaxime Coste