Default encryption should be blowfish if possible
This commit is contained in:
parent
b83b516445
commit
5329a42c56
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -12,6 +12,10 @@ if &t_Co > 2 || has("gui_running")
|
||||||
set hlsearch "Highlight search results
|
set hlsearch "Highlight search results
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if v:version > 702
|
||||||
|
set cm=blowfish
|
||||||
|
end
|
||||||
|
|
||||||
set nocompatible
|
set nocompatible
|
||||||
""""""""""""""""
|
""""""""""""""""
|
||||||
set linespace=0
|
set linespace=0
|
||||||
|
|
Loading…
Reference in a new issue