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

":normal" command not implemented? #780

Closed
MartinL0815 opened this issue Feb 23, 2012 · 2 comments
Closed

":normal" command not implemented? #780

MartinL0815 opened this issue Feb 23, 2012 · 2 comments

Comments

@MartinL0815
Copy link

I tried to append to bunch of lines \n\ using the "new" global command:

:'<,'>global/[^\\]$/normal A\n\

But the result is a parser error in the "command line".

In VIM no problem to be used.

And yes - in VIM no global command needed, :'<,'>normal A\n\ sufficient for correctly selected lines.

@ElliottBignell
Copy link

I second this one. "normal" would be very useful - it basically provides me with a pipe to chain finds to actions.

@jaredpar jaredpar modified the milestones: 1.8.1, 2.1.0 Jul 20, 2015
@jaredpar
Copy link
Collaborator

jaredpar commented Jan 5, 2018

This is implemented now.

@jaredpar jaredpar closed this as completed Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants