diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-06-11 12:01:40 +0100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-06-11 12:01:40 +0100 |
| commit | 63a791d65118bf37606db36ee12287e890d528ea (patch) | |
| tree | 3812cb83f684486484b7ab099d768e98e7fca982 /src/input_handler.cc | |
| parent | b4647a16dda162c78fd7628f1ebb7325e95ba38c (diff) | |
Fix the Buffer::end() madness
Until now, buffer had multiple recognized end coordinates, either
{ line_count, 0 } or { line_count - 1, line[line_count - 1].length }.
Now the only correct end coord is { line_count, 0 }, removing the need
for various special cases.
Diffstat (limited to 'src/input_handler.cc')
0 files changed, 0 insertions, 0 deletions
