Default encryption should be blowfish if possible

This commit is contained in:
Talia 2017-11-06 10:07:53 +01:00
parent b83b516445
commit 5329a42c56
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -12,6 +12,10 @@ if &t_Co > 2 || has("gui_running")
set hlsearch "Highlight search results
endif
if v:version > 702
set cm=blowfish
end
set nocompatible
""""""""""""""""
set linespace=0