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

Use `sh -c` when calling commands

Open hauleth opened this issue 9 years ago • 2 comments

Not everyone is working with POSIX compatible shell (I am using Fish) and without this plugin is unusable.

hauleth avatar Apr 06 '16 12:04 hauleth

Just ran into this problem too. I was able to work around it with set shell=/bin/bash.

azirbel avatar May 13 '17 08:05 azirbel

I do not want to set shell=/bin/bash as I am using NeoVim terminal support which run &shell when started.

hauleth avatar May 13 '17 09:05 hauleth