]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Merge remote branch 'rammstein/master'
authorSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:33:28 +0000 (17:33 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:33:28 +0000 (17:33 +0200)
vimrc

diff --git a/vimrc b/vimrc
index caa7a023883d0dc0ad2a0ac23e33b53caa260ab1..b0665efb553d9ce198950d1fcc9884fbc8a893cb 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -43,6 +43,11 @@ set nomodeline
 " possible files.
 set wildmode=longest,list
 
+" Use strong encryption if possible, also used for swap/undo files.
+if v:version >= 703
+    set cryptmethod=blowfish
+endif
+
 
 " EDIT SETTINGS