From 5329a42c56ed2aadc7a5b8a721ab2be804b962d2 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 6 Nov 2017 10:07:53 +0100 Subject: [PATCH] Default encryption should be blowfish if possible --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index eff109c..0dd7633 100644 --- a/vimrc +++ b/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