From 4f5d6b5591ec3cf2632f88c2e845ca7bf787cd6d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 13 Sep 2010 17:32:22 +0200 Subject: [PATCH] vimrc: Use strong encryption if available. --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vimrc b/vimrc index 0940c45..d0371b5 100644 --- a/vimrc +++ b/vimrc @@ -43,6 +43,11 @@ set nomodeline " possible files. set wildmode=longest,list +" Use strong encryption if possible, also used for swap/undo files. +if v:version >= 703 + set cryptmethod=blowfish +endif + " EDIT SETTINGS -- 2.44.2