fixed cryptmethod choice

This commit is contained in:
Talia 2018-01-31 08:17:19 +01:00
parent a041c4deb7
commit 62e5b316de
1 changed files with 3 additions and 4 deletions

7
vimrc
View File

@ -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