Bug#552085: vim-scripts: gnupg plugin fails if /bin/sh is a link to dash instead of bash

2010-01-27 Thread Tim Meushaw
On Sat, Jan 23, 2010 at 06:02:05PM -0500, James Vega wrote: Are you still seeing this? I had been, but when I sat down to give it a good look this weekend, everything was working fine. If you are still seeing it, can you try running ???vim -u NORC -N??? to eliminate any interactions from

Bug#552085: vim-scripts: gnupg plugin fails if /bin/sh is a link to dash instead of bash

2010-01-26 Thread James Vega
On Sun, Jan 24, 2010 at 07:28:31AM +0100, Michael Kaaden wrote: When I deleted the following line in my .vimrc, the bug disapperad: set shell=csh shell to use Ah, that's the culprit. With that, I now see the problem. I'll send a patch upstream. This line had no negative impact

Bug#552085: vim-scripts: gnupg plugin fails if /bin/sh is a link to dash instead of bash

2010-01-24 Thread Michael Kaaden
Hi James. Am 24.01.2010 00:02, schrieb James Vega: On Fri, Oct 23, 2009 at 11:19:24AM +0200, Michael Kaaden wrote: if /bin/sh is a soft link to /bin/dash, the gnupg plugin fails on my system. -snip-snap--snip-snap--snip-snap- $ ls -l /bin/sh lrwxrwxrwx

Bug#552085: vim-scripts: gnupg plugin fails if /bin/sh is a link to dash instead of bash

2010-01-23 Thread James Vega
On Fri, Oct 23, 2009 at 11:19:24AM +0200, Michael Kaaden wrote: if /bin/sh is a soft link to /bin/dash, the gnupg plugin fails on my system. -snip-snap--snip-snap--snip-snap- $ ls -l /bin/sh lrwxrwxrwx 1 root root 4 23. Okt 10:47 /bin/sh - dash $

Bug#552085: vim-scripts: gnupg plugin fails if /bin/sh is a link to dash instead of bash

2009-12-07 Thread Tim Meushaw
I experienced the same error with this plugin. For over a month now I couldn't figure out why the plugin worked flawlessly on one system but failed on another. The errors I got were the same, and went away as soon as I switched /bin/sh to point at /bin/bash instead of /bin/dash. Error

Bug#552085: vim-scripts: gnupg plugin fails if /bin/sh is a link to dash instead of bash

2009-10-23 Thread Michael Kaaden
Package: vim-scripts Version: 20091011 Severity: normal Hi, if /bin/sh is a soft link to /bin/dash, the gnupg plugin fails on my system. -snip-snap--snip-snap--snip-snap- $ ls -l /bin/sh lrwxrwxrwx 1 root root 4 23. Okt 10:47 /bin/sh - dash $ LANG=C vim