jez / vim-superman

Read Unix man pages faster than a speeding bullet!
http://blog.jez.io/2014/12/20/vim-as-a-man-page-viewer/
MIT License
191 stars 20 forks source link

cannot get to specific section from shell using neovim #12

Closed hiecaq closed 7 years ago

hiecaq commented 7 years ago

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 commented 7 years ago

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

jez commented 7 years ago

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