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

cannot get to specific section from shell using neovim #12

Closed
hiecaq opened this issue Nov 24, 2016 · 2 comments
Closed

cannot get to specific section from shell using neovim #12

hiecaq opened this issue Nov 24, 2016 · 2 comments

Comments

@hiecaq
Copy link

hiecaq commented Nov 24, 2016

For example,

usr/bin/vim -c "SuperMan 3 printf" will open printf(3) perfectly,

but nvim -c "SuperMan 3 printf" will open printf(1).

However in nvim, :SuperMan 3 printf also works correctly.

@hiecaq
Copy link
Author

hiecaq commented Nov 24, 2016

I guess It's a problem caused by neovim itself since nvim -c "Man 3 printf" also get into printf(1).

@hiecaq hiecaq closed this as completed Nov 24, 2016
@jez
Copy link
Owner

jez commented Nov 28, 2016

Looks like this has been fixed upstream in Neovim as of neovim/neovim#5656

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