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

Install scripts into some directory different from script's name #405

Closed
byujiang opened this issue Mar 19, 2014 · 11 comments
Closed

Install scripts into some directory different from script's name #405

byujiang opened this issue Mar 19, 2014 · 11 comments
Labels

Comments

@byujiang
Copy link

I‘m wondering if bundle could install scripts into directories different from scripts's name, because some script's names are kind of wired.

@starcraftman
Copy link
Contributor

@darkshell I assume you mean weird folder names. Has a plugin's name broken something on your system? Were you looking for this to be on the Bundle line like this:
Bundle 'user/weirdName', {'changeFolder' : 'newName'}

I can see the possibility of name collisions requiring this.

Edit: Can you give an example of plugin and the OS/Shell using that gave a problem if it wasn't just a cosmetic change?

@byujiang
Copy link
Author

@starcraftman I mean some scripts are named xxx.vim, xxx-zip or what, which makes bundle directory ugly. OK, maybe I'm kind of picky.

@jdevera
Copy link
Contributor

jdevera commented Mar 19, 2014

I wanted this a while back, and it was working until the new installer came in. Once we merge PR #242 then you can do something like:

Bundle 'horrible-script-name', {'name' : 'nice-dir-name'}

@byujiang
Copy link
Author

@jdevera Oh, I'm looking forward to seeing that.

@Shougo
Copy link
Contributor

Shougo commented Mar 19, 2014

@darkshell Can you close this issue?

@jdevera
Copy link
Contributor

jdevera commented Mar 19, 2014

@Shougo why? This is not fixed yet

@Shougo
Copy link
Contributor

Shougo commented Mar 19, 2014

I think Vundle can change directory name by option. This feature is not implemented?

Bundle 'horrible-script-name', {'directory' : 'nice-dir-name'}

@byujiang
Copy link
Author

@Shougo No, I've test all ways above, but no success. I'm on ox x 10.9, and vim compiled by myself. It seems like that Bundle just ignores , {'directory' : 'nice-dir-name'} directly. Might as well I wait for the new version. %>_<%

@jdevera
Copy link
Contributor

jdevera commented Mar 20, 2014

@darkshell are you closing this because you no longer require this? Otherwise I don't understand, as this is not fixed.

@jdevera
Copy link
Contributor

jdevera commented Mar 20, 2014

see #406

@Shougo
Copy link
Contributor

Shougo commented Mar 23, 2014

No, I've test all ways above, but no success. I'm on ox x 10.9, and vim compiled by myself. It seems like that Bundle just ignores , {'directory' : 'nice-dir-name'} directly. Might as well I wait for the new version. %>_<%

Oh, thanks for your test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants