kakoune/rc
Maxime Coste 4dac61c864 Fix grep-next/prev-match not jumping correctly to first/last match
When used just after grepping, grep-next-match ended up jumping to
the second match, as `0g` is the same as `g`.

The fix itself is pretty ugly, a better one might be to distinguish
the `0` count from no count given, so that `0g` could fail with
"no such line" or similar.
2017-07-29 03:02:11 +07:00
..
base Fix sakura termcmd setup 2017-07-25 10:26:52 +02:00
core Fix grep-next/prev-match not jumping correctly to first/last match 2017-07-29 03:02:11 +07:00
extra Remove echo -color support, superseeded by echo -markup 2017-07-19 17:18:52 +02:00