mirror of
https://github.com/Ascyii/vim-gnupg.git
synced 2026-01-01 14:24:25 -05:00
Set LC_ALL also, to ensure english messages of gpg.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user