In evil-mode
type 'v' to get to visual mode. Press 'G' to go to end of buffer.
byte-code-function in ‘evil-ghostel.el’.
It is bound to <normal-state> <remap> <evil-goto-line> and G.
(evil-ghostel-goto-cursor)
This works as expected. The selection region is from the original point to the bottom of the buffer.
Now,
Type 'V' to get to visual-line mode. Press 'G' to go to end of buffer.
Expected: Point moves to bottom.
Result: Point stays in the same line.
In evil-mode
type 'v' to get to visual mode. Press 'G' to go to end of buffer.
This works as expected. The selection region is from the original point to the bottom of the buffer.
Now,
Type 'V' to get to visual-line mode. Press 'G' to go to end of buffer.
Expected: Point moves to bottom.
Result: Point stays in the same line.