Set LC_ALL also, to ensure english messages of gpg.

This commit is contained in:
Markus Braun
2006-12-28 13:05:56 +00:00
parent eb2fb27748
commit f9a81fc1bd

View File

@@ -147,7 +147,7 @@ fun s:GPGInit()
let s:shellredir = &shellredir let s:shellredir = &shellredir
let s:shell = 'sh' let s:shell = 'sh'
let s:stderrredirnull ='2>/dev/null' let s:stderrredirnull ='2>/dev/null'
let s:GPGCommand="LANG=C " . s:GPGCommand let s:GPGCommand="LANG=C LC_ALL=C " . s:GPGCommand
endi endi
" find the supported algorithms " find the supported algorithms