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

<C-^> does not work if # register contains an absolute path #6679

Closed
lalexf opened this issue Jun 1, 2021 · 0 comments
Closed

<C-^> does not work if # register contains an absolute path #6679

lalexf opened this issue Jun 1, 2021 · 0 comments
Labels
Milestone

Comments

@lalexf
Copy link

lalexf commented Jun 1, 2021

Describe the bug
If you open a files outside of your working directory/ workspace you can not toggle between them using '<C-^>'.
The path in the registers '#' and '%' are correct but contain absolute paths. <C-^> does nothing.

To Reproduce
Steps to reproduce the behavior:

  1. Open a file in your working directory
  2. Open your settings.json at /Users/<username>/Library/Application Support/Code/User/settings.json (Mac OS)
  3. Try to toggle between the files via <C-^> (or vim_ctrl_6)

Expected behavior
You can toggle between the files.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.20.3
  • VSCode version: 1.56.2
  • OS: macOS Catalina
@J-Fields J-Fields added this to the Backlog milestone Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants