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
Hello, I am trying to use this configuration on my workdir .vimrc file
.vimrc
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
g:phpunit_args
g:phpunit_cmd
:source .vimrc
All works
Can you verify this problem? Thanks
The text was updated successfully, but these errors were encountered:
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?
.exrc
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/"
Sorry, something went wrong.
No branches or pull requests
Hello, I am trying to use this configuration on my workdir
.vimrc
fileAfter the first update the
g:phpunit_args
works perfectly! butg:phpunit_cmd
is not override, if I load the vimrc:source .vimrc
All works
Can you verify this problem?
Thanks
The text was updated successfully, but these errors were encountered: