From 461ebf09fea2e7d6291cb46ef8510b0e402f7c0a Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 6 Apr 2014 23:54:10 -0400 Subject: [PATCH] setting the cryptmethod to blowfish, breaking 7.2 compatibility but improving encryption in general --- vim/config/settings.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/settings.vim b/vim/config/settings.vim index ee8c7b0..fdd6a8e 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -31,6 +31,7 @@ set nowrap "disable line wrapping set cursorline cursorcolumn "enable row/column highlighting set visualbell "notify visually instead of with an audible bell + set cryptmethod=blowfish set splitright "add new tiles on the right (and not left) when added set scrolloff=0 sidescrolloff=0 "start scrolling if the cursor is one position away from the edge set list listchars=tab:>-,trail:- "display tabs as: >--- and trailing spaces as: -