Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cursor off after leaving multi-cursor mode #4237

Merged
merged 1 commit into from Dec 29, 2019

Commits on Dec 29, 2019

  1. Fix cursor off after leaving multi-cursor mode

    Previously when leaving multi-cursor mode with <Esc> the cursor would
    move one column to the left. For instance, when triggering multi-cursor
    mode on a single word, the cursor would end at the second to last
    character. While this is expected behavior when leaving insert mode, it
    is not for visual mode (which multi-cursor mode is based on). To fix,
    remove special case handling altogether.
    
    Fixes VSCodeVim#3775.
    trkoch authored and J-Fields committed Dec 29, 2019
    Copy the full SHA
    db75197 View commit details
    Browse the repository at this point in the history