release vim-gnupg version 2.7.1

Signed-off-by: James McCoy <jamessan@jamessan.com>
This commit is contained in:
James McCoy
2020-11-11 15:00:02 -05:00
parent 3099b040d0
commit 6d106fa49d

View File

@@ -15,7 +15,7 @@
if (exists("g:loaded_gnupg") || &cp || exists("#GnuPG")) if (exists("g:loaded_gnupg") || &cp || exists("#GnuPG"))
finish finish
endif endif
let g:loaded_gnupg = '2.7.1-dev' let g:loaded_gnupg = '2.7.1'
" check for correct vim version {{{2 " check for correct vim version {{{2
if (v:version < 702) if (v:version < 702)