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

env var is not taken into account in Project command #7

Open
jmlucjav opened this issue Sep 24, 2013 · 1 comment
Open

env var is not taken into account in Project command #7

jmlucjav opened this issue Sep 24, 2013 · 1 comment

Comments

@jmlucjav
Copy link

I am on windows.

I can use an env var in the call here:
call project#rc("$USERPROFILE/Dropbox/solrlan")

But when defining projects,
Project 'proj1'
Project '$USERPROFILE/projects/p2'
p2 does not appear in the startup menu, apparently it is not taken into account.

@mateusduboli
Copy link

I think you should use the vim syntax for that, try

Project expand('$USERPROFILE') . '/projects/p2'

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