vim-localvimrc icon indicating copy to clipboard operation
vim-localvimrc copied to clipboard

Opens the Terminal.app while I'm using iTerm

Open artem-schander opened this issue 7 years ago • 4 comments

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.

artem-schander avatar Sep 06 '18 12:09 artem-schander

Someone?

artem-schander avatar Sep 11 '18 06:09 artem-schander

I never experienced that when I was using this on iTerm, however I no longer use this tool, preferring :set exrc.

yatesco avatar Sep 11 '18 06:09 yatesco

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.

embear avatar Sep 11 '18 07:09 embear

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'

artem-schander avatar Sep 11 '18 07:09 artem-schander