Merge pull request #6 from matt-garman/patch-1
copy() g:GPGDefaultRecipients to b:GPGRecipients
This commit is contained in:
commit
91442de02e
@ -374,7 +374,7 @@ function s:GPGDecrypt(bufread)
|
|||||||
let filename = expand("<afile>:p")
|
let filename = expand("<afile>:p")
|
||||||
|
|
||||||
" clear GPGRecipients and GPGOptions
|
" clear GPGRecipients and GPGOptions
|
||||||
let b:GPGRecipients = g:GPGDefaultRecipients
|
let b:GPGRecipients = copy(g:GPGDefaultRecipients)
|
||||||
let b:GPGOptions = []
|
let b:GPGOptions = []
|
||||||
|
|
||||||
" File doesn't exist yet, so nothing to decrypt
|
" File doesn't exist yet, so nothing to decrypt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user