We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The VSCodeVim team prioritizes issues based on reaction count.
What happened:
Deleting paragraph text objects does match the behavior of vim. It's also not self-consistent between visual+motion+delete vs delete+motion.
Open a new file, type in this:
1 2 3 4 5 6 7
Place cursor on '4', type dap. You'll get:
dap
1 2 6 7
Notice two blank lines. The cursor will be on the second blank line.
What did you expect to happen:
There should be one blank line and the cursor should be on the '6'.
How to reproduce it:
You can get the correct behavior if instead of dap, you use vapd.
vapd
Note that dip is similarly broken.
dip
The text was updated successfully, but these errors were encountered:
Operate linewise for dap/dip.
f880e2d
Fixes VSCodeVim#1989
4d11098
No branches or pull requests
The VSCodeVim team prioritizes issues based on reaction count.
What happened:
Deleting paragraph text objects does match the behavior of vim. It's also not self-consistent between visual+motion+delete vs delete+motion.
Open a new file, type in this:
Place cursor on '4', type
dap
. You'll get:Notice two blank lines. The cursor will be on the second blank line.
What did you expect to happen:
There should be one blank line and the cursor should be on the '6'.
How to reproduce it:
You can get the correct behavior if instead of
dap
, you usevapd
.Note that
dip
is similarly broken.The text was updated successfully, but these errors were encountered: