- Fix automatic setting of
$GPG_TTY(#1) - Add
g:GPGFilePatternto allow customizing which files are handled by the plugin (#4) - Restore prompting for recipients upon editing a new file. This had been dropped when refactoring to use the
*Cmdautocmds. (#8) - Improved support for GPG 2.x
- GPG agent will be used even if
$GPG_AGENT_INFOisn't present, when GPG >= 2.1 is being used - Fallback to the
gpg2command ifgpgisn't present
- GPG agent will be used even if
- The
Userautocmd with patternGnuPGis triggered upon successfully loading the buffer. This allows the user to define custom actions to be performed for vim-gnupg managed buffers. (#10) - Improve interaction with Windows command prompt when
'shellslash'is set. (#41) - Various bug fixes related to atypical configurations of GnuPG (#40, #50)
- Detect when saving the file fails and do not mark the buffer as unmodified (#56)