Skip to content

Commit 6d106fa

Browse files
committed
release vim-gnupg version 2.7.1
Signed-off-by: James McCoy <[email protected]>
1 parent 3099b04 commit 6d106fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/gnupg.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if (exists("g:loaded_gnupg") || &cp || exists("#GnuPG"))
1616
finish
1717
endif
18-
let g:loaded_gnupg = '2.7.1-dev'
18+
let g:loaded_gnupg = '2.7.1'
1919

2020
" check for correct vim version {{{2
2121
if (v:version < 702)

0 commit comments

Comments
 (0)