From 61222a432e4fb2cb2ee7699b85e3fbf199ec0ac5 Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Mon, 15 Oct 2012 15:36:51 -0400 Subject: [PATCH] Direct link to why we set noswap --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 5a5da74..325b6e4 100644 --- a/vimrc +++ b/vimrc @@ -1,7 +1,7 @@ set nocompatible " Use Vim settings, rather then Vi settings set nobackup set nowritebackup -set noswapfile " http://robots.thoughtbot.com/post/18739402579 +set noswapfile " http://robots.thoughtbot.com/post/18739402579/global-gitignore#comment-458413287 set history=50 set ruler " show the cursor position all the time set showcmd " display incomplete commands