Skip to content

v2.6

Compare
Choose a tag to compare
@jamessan jamessan released this 25 Apr 14:24
· 54 commits to main since this release
v2.6
541e333
  • Fix automatic setting of $GPG_TTY (#1)
  • Add g:GPGFilePattern to 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 *Cmd autocmds. (#8)
  • Improved support for GPG 2.x
    • GPG agent will be used even if $GPG_AGENT_INFO isn't present, when GPG >= 2.1 is being used
    • Fallback to the gpg2 command if gpg isn't present
  • The User autocmd with pattern GnuPG is 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)