From 213fb2962aa1b5dd31f4fc24998f80e03dc11a86 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Fri, 24 Apr 2015 09:32:09 -0500 Subject: [PATCH] Removing blowfish2 enc type for vim --- vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrc b/vimrc index 8bdac14..c620290 100644 --- a/vimrc +++ b/vimrc @@ -95,9 +95,6 @@ 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=blowfish2 - " long lines set wrap set formatoptions=rqn1