Start development on 2.7.0

Signed-off-by: James McCoy <jamessan@jamessan.com>
This commit is contained in:
James McCoy 2018-08-06 23:16:53 -04:00
parent 966808db82
commit 22cbc6b6ab
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -175,7 +175,7 @@
if (exists("g:loaded_gnupg") || &cp || exists("#GnuPG"))
finish
endif
let g:loaded_gnupg = '2.6.1'
let g:loaded_gnupg = '2.7.0-dev'
let s:GPGInitRun = 0
" check for correct vim version {{{2