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

:vs does not open the specified file #8165

Open
jerpint opened this issue Dec 13, 2022 · 1 comment
Open

:vs does not open the specified file #8165

jerpint opened this issue Dec 13, 2022 · 1 comment

Comments

@jerpint
Copy link

jerpint commented Dec 13, 2022

Describe the bug
In vim, :vs <filename> should open a new vertical split with the file <filename>, however it currently opens a vertical split with whatever file was in the previous window.

To Reproduce
Steps to reproduce the behavior:

  1. Open a file <first-file>.
  2. :vs <other-file>
  3. Notice that while a vertical split is created, both panes contain <first-file>

Expected behavior
After doing :vs <other-file>, we should expect <other-file> to be opened in the new split.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.24.3
  • VSCode version: 1.73.1
  • OS: MacOS Monterey 12.5.1
@sworleys
Copy link

this is a duplicate of #7830

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

No branches or pull requests

2 participants