Opens the Terminal.app while I'm using iTerm
Hi,
I could not find any issue which targets this topic and I don't know where to look for a solution, so ..
This plugin seems to start the Terminal.app always after I confirm the question localvimrc: source .lvimrc? ([y]es/[n]o/[a]ll/[s]how/[q]uit). I have always to close it, since I'm using iTerm. Is there a way to prevent this behavior?
Thanks in advance.
Someone?
I never experienced that when I was using this on iTerm, however I no longer use this tool, preferring :set exrc.
Sorry, was on vacation until Sunday. Can you please provide the .lvimrc file you are using? As I don't use a Mac it might be hard to debug.
It seems to happen regardless of the content, but here is an example:
let g:test#php#phpunit#executable = 'docker-compose exec app vendor/bin/phpunit'
" function! DockerTransform(cmd) abort
" " return test command wrapped in docker stuff
" endfunction
" let g:test#custom_transformations = {'docker': function('DockerTransform')}
" let g:test#transformation = 'docker'