From 7085c4bfe1f5ab444ee62604edb44eaec8a8ee25 Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Sat, 16 Apr 2016 20:09:31 +0200 Subject: [PATCH] set encryption --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 0554112..ace1dab 100644 --- a/vimrc +++ b/vimrc @@ -10,6 +10,8 @@ filetype off syntax on filetype indent plugin on +set cryptmethod=blowfish2 + "" system set enc=utf-8 set shell=/bin/zsh