Closed jamessan closed 5 years ago
Instead of assuming a single line is output, which may be wrong in error conditions, use the '[/'] marks to delete everything that was read.
'[
']
Closes jamessan/vim-gnupg#106
@TomasPedersen Does this fix the issue you're seeing in #106?
Yes it does. Thank you.
Instead of assuming a single line is output, which may be wrong in error conditions, use the
'[
/']
marks to delete everything that was read.Closes jamessan/vim-gnupg#106