jamessan / vim-gnupg

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

Document debugging options #61

Closed repli2dev closed 4 years ago

repli2dev commented 8 years ago

Please add g:GPGDebugLevel and g:GPGDebugLog into documentation.

jamessan commented 6 years ago

I think I'd rather move towards using the built-in 'verbose'/'verbosefile' options and deprecating the custom variables. That would allow someone to use :verbose write to capture the debug info, rather than learning specifics to this plugin.