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

Can anyone check if vman and man always work. #3

Closed ankur-gupta closed 9 years ago

ankur-gupta commented 9 years ago

I have fish shell. I translated the vman function to fish-speak. The function works nicely, for example, vman ls works.

I noticed that vman help returns "No manual entry for help" but man help works.

Can anyone else confirm this on bash ?

It'll be great if we can be sure that there is no man page for a command when vman says so. Otherwise, we'll have to check man every time.

jez commented 9 years ago

I tested man help on both bash and zsh. Neither of these systems seem to have a manual page for help. I don't know much about how fish works, but I suspect this is something fish-specific. I wouldn't be surprised if either the underlying man.vim plugin or fish does something non-standard, so that one doesn't play nicely with the other.