Maxime Coste
|
2fa55be40a
|
Default comparison operators that can be
|
2023-10-25 21:06:52 +11:00 |
|
Maxime Coste
|
96884193dd
|
Remove redundant comparison operators
Since C++20 (a != b) get automatically rewritten as !(a == b) if
the != operator does not exist.
|
2023-10-25 20:40:04 +11:00 |
|
Maxime Coste
|
fc3e5ea419
|
Refactor how InsetCompletionHide hook parameter is computed
Keep track of inserted ranges instead of trying to re-derive them.
Fixes #3556
|
2020-06-27 13:33:50 +10:00 |
|
Maxime Coste
|
72bdd7900f
|
Move LineRangeSet to line_modification.hh
|
2018-10-21 12:10:21 +11:00 |
|