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
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
Set a mark, for example, ma
Go to another line
Press 'a to jump to that mark --> No jump occurs, instead this is treated like a raw Vim command (for example, a for append)
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.
The text was updated successfully, but these errors were encountered:
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
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
ma
'a
to jump to that mark --> No jump occurs, instead this is treated like a raw Vim command (for example,a
for append)`a
to try again jumping to that mark --> Jump successfulEnvironment (please complete the following information):
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.
The text was updated successfully, but these errors were encountered: