From 170e3e3ba5dd2936143023d6265c934128454358 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Fri, 15 Nov 2013 16:26:43 -0600 Subject: [PATCH] Adding encryption type to vimrc --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 7bd57b7..e066c15 100644 --- a/vimrc +++ b/vimrc @@ -89,6 +89,9 @@ set encoding=utf-8 " Necessary to show unicode glyphs set laststatus=2 " Always show the statusline set scrolloff=5 " Give us a few lines before and after the cursor +" Encryption +set cryptmethod=blowfish + " long lines set wrap set formatoptions=rqn1