Open gianarb opened 9 years ago
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/"
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 vimrcAll works
Can you verify this problem? Thanks