fixed cryptmethod choice
This commit is contained in:
parent
a041c4deb7
commit
62e5b316de
1 changed files with 3 additions and 4 deletions
7
vimrc
7
vimrc
|
@ -13,11 +13,10 @@ if &t_Co > 2 || has("gui_running")
|
|||
set hlsearch "Highlight search results
|
||||
endif
|
||||
|
||||
if v:version > 702
|
||||
set cm=blowfish
|
||||
end
|
||||
if v:version > 800
|
||||
if v:version >= 800
|
||||
set cm=blowfish2
|
||||
elseif v:version >= 703
|
||||
set cm=blowfish
|
||||
end
|
||||
|
||||
set nocompatible
|
||||
|
|
Loading…
Reference in a new issue