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(tabs/#3150): Multiple 'editor tabs' open with tabnew/tabedit #3755

Merged
merged 4 commits into from
Jul 9, 2021

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Jul 9, 2021

Issue: Using :tabnew or :tabedit (or Control+T in #3733) would create a new vim-style layout tab, but there'd be an extra 'editor tab' in the initial window split.

Defect: There was an extra copy/create of the editor in the layout code.

Fix: Remove extraneous copy

Fixes #3150

Todo:

  • Add regression test

@bryphe bryphe added the WIP label Jul 9, 2021
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 this pull request may close these issues.

:tabedit FILENAME opens 2 tabs at once, both FILENAME and the file from which opening
1 participant