From f37177f380b963fc8444c7a1bf546dbdda4021ee Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sat, 14 Jun 2014 05:20:30 -0400 Subject: [PATCH] Removed the blowfish setting because the feature is apparently broken --- vim/config/settings.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/config/settings.vim b/vim/config/settings.vim index ade6ab5..8b2d1b7 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -37,7 +37,6 @@ 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: -