You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.
Ah, I made cursor visible in visual mode so I've noticed that in visual-line selection mode, the cursor is placed after the selection, so indeed the cursor is on line 78. This may need to be special-cased in ex-mode; anyway, the issue does seem to belong there.
As stated in the README, this package is no longer maintained and is deprecated. We recommend that people use the vim-mode-plus package instead. Because of this, we are archiving this repository and closing all issues and pull requests. Thanks very much for your support and contributions!
Suppose you are on
Select line 77 with
shift +v
Use ex mode to perform a modification
Line 78 hello is replaced instead of 77.
The text was updated successfully, but these errors were encountered: