From 28004508c205a91bfee0f6e85cb65bb3480a4216 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 13 Jan 2015 19:00:22 +0300 Subject: [PATCH] vim: set cryptmethod=blowfish instead of very weak zip --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index d86e0bb..4f84c48 100644 --- a/.vimrc +++ b/.vimrc @@ -113,6 +113,9 @@ set noautoindent " Do not automatically set the indent of a new line set timeout timeoutlen=3000 " allow timing out up to 3 seconds halfway into a mapping +" 19 reading and writing files +set cryptmethod=blowfish " encryption method for file writing: zip or blowfish + " 21 command line editing set history=1000 " how many command lines are remembered -- 2.39.2