Skip to content

v2.7.0

Compare
Choose a tag to compare
@jamessan jamessan released this 10 Nov 03:43
· 8 commits to main since this release
v2.7.0
a72ab0b
  • Re-structure plugin so most of the implementation is under autoload/, with only required functionality in plugin/. Thanks to Lucas Hoffmann for the help. (#52)
  • Split the documentation into README (description, intro) and Vim help files (details relevant for usage). Thanks to Victor Koronen. (#13)
  • Honor 'verbose' to determine when to emit debug logs, as a gradual move away from g:GPGDebugLevel/g:GPGDebugLog
  • Do not use the '[/'] marks when saving the entire buffer to disk. This fixes an issue where plugins which reformat the buffer on save were causing only the reformatted portion of the buffer to be saved. (#96)