-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Collapsed block was expanded when press J on the first line. #1936
Comments
Unluckily, I doubt this is something we can change. Folds are largely outside of our control, and even our current fix for moving across folds is unbelievably hackish. |
According to microsoft/vscode#16858 they're saying it is the extension's issue. What would need to happen to get it to work? |
Looks like this is fixed in #1552? Add |
@danawoodman ah I thought he meant I haven't closed the other relevant fold issue as our current solution is unbelievably hacky (and not in a good way). |
you need this tips is in the README file's |
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Environment:
What happened:
I collapse a code block from line 11 to line 20.
and on the line 11 ,I press J or arrow down
then the code block was expaned.
What did you expect to happen:
The code block keep collapsed and the cursor jump to line 21
How to reproduce it:
The text was updated successfully, but these errors were encountered: