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

Add g:vim_man_man_cmd to change man command #24

Closed
wants to merge 1 commit into from

Conversation

blp1526
Copy link

@blp1526 blp1526 commented Jul 16, 2015

some users may want to change man command.
for example

let g:vim_man_man_cmd = 'LANG=ja_JP.UTF-8 /usr/bin/man'

for example
let g:vim_man_man_cmd = 'LANG=ja_JP.UTF-8 /usr/bin/man'
@bruno-
Copy link
Collaborator

bruno- commented Jul 20, 2015

Hey,
we have /usr/bin/man hardcoded a couple times in the codebase. Wanna change all the references?

@bruno-
Copy link
Collaborator

bruno- commented Nov 11, 2015

This change was merged via 21ae737.
The variable name was changed (shortened) to g:vim_man_cmd.

@blp1526 blp1526 deleted the add_vim_man_man_cmd branch November 11, 2015 12:03
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

Successfully merging this pull request may close these issues.

None yet

2 participants