diff options
| author | Maxime Coste <mawww@kakoune.org> | 2023-10-25 20:40:04 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2023-10-25 20:40:04 +1100 |
| commit | 96884193ddad76530a09a1b095180b0ca8257b7c (patch) | |
| tree | b218d628c370dffeb77a02e1e0bfcdbf0173af42 /test/highlight/replace-empty-range/script | |
| parent | d1c8622dc7ac1d0e2ec07fa7034e4396dffb244f (diff) | |
Remove redundant comparison operators
Since C++20 (a != b) get automatically rewritten as !(a == b) if
the != operator does not exist.
Diffstat (limited to 'test/highlight/replace-empty-range/script')
0 files changed, 0 insertions, 0 deletions
