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

delete all lines containing <string> doesn't work #1412

Closed
kaloramik opened this issue Mar 19, 2017 · 1 comment · Fixed by #1725
Closed

delete all lines containing <string> doesn't work #1412

kaloramik opened this issue Mar 19, 2017 · 1 comment · Fixed by #1725

Comments

@kaloramik
Copy link

Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.


What did you do?

Put the exact keys you pressed.
: opens up the Vim Command mode

I typed

g/pattern/d

What did you expect to happen?

I would have expected all lines containing pattern to be deleted

What happened instead?

the screen moves to the end of the file, but lines containing pattern still exist

Technical details:

  • VSCode Version: 1.10.2 (1.10.2)
  • VsCodeVim Version: 0.6.11
  • OS: Mac
@Chillee
Copy link
Member

Chillee commented May 24, 2017

This is added with the new "enableNeovim" option (on master).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants