Bug#552085: [patch] Explicitly set 'shellredir' in gnupg.vim

James Vega jamessan at debian.org
Wed Jan 27 05:05:49 UTC 2010


On Tue, Jan 26, 2010 at 11:53:22PM -0500, James Vega wrote:
> 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.

Patch actually included this time.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <jamessan at debian.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gnupg.diff
Type: text/x-diff
Size: 435 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20100127/a84e6957/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20100127/a84e6957/attachment.pgp>


More information about the pkg-vim-maintainers mailing list