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

Ovveride all #1

Open
gianarb opened this issue Nov 30, 2015 · 1 comment
Open

Ovveride all #1

gianarb opened this issue Nov 30, 2015 · 1 comment

Comments

@gianarb
Copy link

gianarb commented Nov 30, 2015

Hello, I am trying to use this configuration on my workdir .vimrc file

let g:phpunit_args = "--configuration /cf/code/ZFCommon \" "
let g:phpunit_cmd = "VAGRANT_CWD=/cf/code/Ambrosia/ vagrant ssh -c \" phpunit "

After the first update the g:phpunit_argsworks perfectly! but g:phpunit_cmd is not override, if I load the vimrc

:source .vimrc

All works

Can you verify this problem?
Thanks

@wdalmut
Copy link
Collaborator

wdalmut commented Jan 16, 2016

mmm strange

do you have something like this in your main .vimrc?

"allow project .vimrc
set exrc
"enable secure mode
set secure

Can you try to rename your project .vimrc to .exrc and try it again?

I have a similar configuration for docker:

let g:phpunit_cmd = "docker exec -i web_myproject bin/phpunit"
let g:phpunit_args = "--configuration app"
let g:relatedtest_php_src="src/"
let g:relatedtest_php_tests="src/"

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