Skip to content

Commit

Permalink
release vim-gnupg version 2.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: James McCoy <jamessan@jamessan.com>
  • Loading branch information
jamessan committed Nov 10, 2020
1 parent 970823a commit a72ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/gnupg.vim
Expand Up @@ -15,7 +15,7 @@
if (exists("g:loaded_gnupg") || &cp || exists("#GnuPG"))
finish
endif
let g:loaded_gnupg = '2.7.0-dev'
let g:loaded_gnupg = '2.7.0'

" check for correct vim version {{{2
if (v:version < 702)
Expand Down

0 comments on commit a72ab0b

Please sign in to comment.