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

-c does not work with --remote-wait #46

Closed
mbudde opened this issue Jul 11, 2017 · 3 comments
Closed

-c does not work with --remote-wait #46

mbudde opened this issue Jul 11, 2017 · 3 comments

Comments

@mbudde
Copy link

mbudde commented Jul 11, 2017

$ nvr --remote      foo -c 'normal ihello'  # This works
$ nvr --remote-wait foo -c 'normal ihello'  # This doesn't

Looking at the code it seems that -c options are not used if using a --remote*wait* option. Is this intentional? nvim foo -c 'normal ihello' works so I would expect nvr --remote-wait to work the same way.

mhinz added a commit that referenced this issue Jul 11, 2017
@mhinz
Copy link
Owner

mhinz commented Jul 11, 2017

Please update and see if the latest version works for you.

@mbudde
Copy link
Author

mbudde commented Jul 11, 2017

Yeah, it looks like that does it 👍 Thank you for the quick response.

@mbudde mbudde closed this as completed Jul 11, 2017
@mhinz
Copy link
Owner

mhinz commented Jul 11, 2017

🤘 Thanks for bringing it up!

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

No branches or pull requests

2 participants