Markus,

Under *nix, gnupg.vim always lets s:shellredir to the current option
value, &shellredir.  Since &shell is specifically changed to 'sh',
&shellredir needs to also be set to an sh-compatible value.

In general, the current behavior doesn't cause problems but if the user
is using (t)csh, &shellredir will be '>&' which doesn't work as the
script is expecting when using POSIX sh.  Attached patch always sets
&shellredir to '>%s' to solve the problem.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <james...@debian.org>

Attachment: signature.asc
Description: Digital signature

Reply via email to