Enable Blowfish 2 when available

This commit is contained in:
Talia 2017-12-19 16:24:58 +01:00 committed by GitHub
parent 558a474a8f
commit 91c31e88ca

3
vimrc
View file

@ -16,6 +16,9 @@ endif
if v:version > 702
set cm=blowfish
end
if v:version > 800
set cm=blowfish2
end
set nocompatible
""""""""""""""""