Skip to content

Jump To Mark With Single Quote Broken Since Latest Update (1.26.1) #8662

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

Open
ecbrodie opened this issue Oct 12, 2023 · 2 comments · May be fixed by #9548
Open

Jump To Mark With Single Quote Broken Since Latest Update (1.26.1) #8662

ecbrodie opened this issue Oct 12, 2023 · 2 comments · May be fixed by #9548

Comments

@ecbrodie
Copy link

ecbrodie commented Oct 12, 2023

Describe the bug

I noticed that the extension's jump-to-mark functionality has been broken since the latest version upgrade (v1.26.1). TLDR, you can only jump to a mark via backtick, but no longer single-quote, which seems to execute the mark character's raw command instead.

To Reproduce

  1. Set a mark, for example, ma
  2. Go to another line
  3. Press 'a to jump to that mark --> No jump occurs, instead this is treated like a raw Vim command (for example, a for append)
  4. Press `a to try again jumping to that mark --> Jump successful

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.26.1
  • VSCode version: 1.83.1 (also reproduced on a previous version)
  • OS: Mac OS 14.0 (also reproduced via a remote IDE session on a Linux host)

Additional context

I don't have any extension config, so there shouldn't be any remapping of the single-quote character (I am aware that the most recent extension patch included a vix to re-mapping).

This functionality was working just fine before the latest extension update.

@AshrafMichail23
Copy link

FYI, with VSCodeVim 1.26.1 and VSCode 1.83.1 on Windows 11, both quote and backquote work for jumping to a mark.

@elevin72
Copy link

elevin72 commented Mar 7, 2024

I am on vscodevim 1.27.2 on windows and vscode 1.85.2 and I can report that singlequote jumps to the correct line, but the column is wrong. Instead of jumping to the correct column, it jumps to first character on the line.
backtick works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants