We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried this, and vim wacked out on me (since I have other plugins). I couldn't figure out how to disable everything else and just use this:
export PAGER="vim -c "Man $1 $2" -c 'silent only' -U NONE -u .vim/bundle/vim-man/plugin"
OTOH, it works good enough that I might change my behavior and just use the command w/in vim vs at the shell.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried this, and vim wacked out on me (since I have other plugins). I couldn't figure out how to disable everything else and just use this:
export PAGER="vim -c "Man $1 $2" -c 'silent only'
-U NONE -u .vim/bundle/vim-man/plugin"
OTOH, it works good enough that I might change my behavior and just use the command w/in vim vs at the shell.
The text was updated successfully, but these errors were encountered: