1
1
mirror of https://github.com/walles/moar.git synced 2024-10-26 21:13:11 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
Johan Walles
8e360ae07f Prevent a crash
When entering `0` as the go-to-line number.

Reported here:
https://github.com/walles/moar/issues/199

Note that this just prevents the crash, but it doesn't make sudo work
any better so the ticket should still be open.
2024-03-13 06:49:20 +01:00
Johan Walles
a9d1ad542d Move gotoLineString to where it should be
It only lives as long as the GotoLine mode does, so it should be part of
that struct.
2024-01-09 17:28:49 +01:00
Johan Walles
8e81a04188 Make the tests compile 2024-01-09 13:52:59 +01:00
Johan Walles
2fbf74559f Add a go-to-line mode 2024-01-09 13:38:52 +01:00