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

Use 'editor.unfold' with direction: 'down' #2104

Merged
merged 2 commits into from
Oct 31, 2017
Merged

Conversation

aeschli
Copy link
Contributor

@aeschli aeschli commented Oct 31, 2017

Fixes #2103.

The VSCode command editor.unfold didn't support direction yet (editor.fold did).
I added it to VSCode for consistency reasons, but that breaks the VIM extension as unfolding with multiple levels is expected to work down, not up.

@jpoon
Copy link
Member

jpoon commented Oct 31, 2017

Thanks @aeschli. Also noticed the docs were a little out of date for fold/unfold. microsoft/vscode-docs#1230

@jpoon jpoon merged commit 8be0f62 into VSCodeVim:master Oct 31, 2017
This pull request was closed.
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.

2 participants