X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=d0371b559d90896cd8a629b08731fd4c3d5e431c;hb=4f5d6b5591ec3cf2632f88c2e845ca7bf787cd6d;hp=0940c45b58ab203cc364c50d5e949de4898ca355;hpb=41f073edef5893b4fa03cfb1648f0cc182265e30;p=config%2Fdotfiles.git 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