Skip to content

Fix a panic when doing 0g

Jeremy Soller requested to merge DurgaMa:fix-0g-panic into master

Created by: DurgaMa

Fixes the first panic in #37

There's two ways to do it, either go to the first line, or to the last line. I chose to go to the last line, as this is vim's behaviour, but it can be fixed easily. There is also some rustfmt changes.

Merge request reports