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

Follow man behaviour #14

Closed
HaleTom opened this issue Aug 19, 2017 · 1 comment
Closed

Follow man behaviour #14

HaleTom opened this issue Aug 19, 2017 · 1 comment

Comments

@HaleTom
Copy link

HaleTom commented Aug 19, 2017

This is great, thanks!

Could the null man behaviour be emulated?

$ ~/.local/share/vim/bundle/vim-superman/bin/vman
No manual entry for
$ man
What manual page do you want?
@jez jez closed this as completed in 42ef702 Aug 19, 2017
@jez
Copy link
Owner

jez commented Aug 19, 2017

Easy change:

vim-superman/bin/vman

Lines 3 to 5 in 42ef702

if [ $# -eq 0 ]; then
echo "What manual page do you want?";
exit 0

🍻 Cheers!

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