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
|
||||
endif
|
||||
|
||||
if v:version > 702
|
||||
set cm=blowfish
|
||||
end
|
||||
|
||||
set nocompatible
|
||||
""""""""""""""""
|
||||
set linespace=0
|
||||
|
|
Loading…
Reference in a new issue