Enable Blowfish 2 when available
This commit is contained in:
parent
558a474a8f
commit
91c31e88ca
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -16,6 +16,9 @@ endif
|
|||
if v:version > 702
|
||||
set cm=blowfish
|
||||
end
|
||||
if v:version > 800
|
||||
set cm=blowfish2
|
||||
end
|
||||
|
||||
set nocompatible
|
||||
""""""""""""""""
|
||||
|
|
Loading…
Reference in a new issue