From: Simon Ruderich Date: Mon, 13 Sep 2010 15:32:22 +0000 (+0200) Subject: vimrc: Use strong encryption if available. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=4f5d6b5591ec3cf2632f88c2e845ca7bf787cd6d;p=config%2Fdotfiles.git vimrc: Use strong encryption if available. --- 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