jamessan / vim-gnupg

This script implements transparent editing of gpg encrypted files.
http://www.vim.org/scripts/script.php?script_id=3645
727 stars 73 forks source link

Delete all output from "tty" command #107

Closed jamessan closed 5 years ago

jamessan commented 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

jamessan commented 5 years ago

@TomasPedersen Does this fix the issue you're seeing in #106?

TomasPedersen commented 5 years ago

Yes it does. Thank you.