From a50870dc648cab75b27bc2f5752370025e3b1824 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Wed, 9 Oct 2013 13:03:50 +0200 Subject: [PATCH] no swapfile in vim --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 48f44783..a70ee84b 100644 --- a/.vimrc +++ b/.vimrc @@ -14,3 +14,4 @@ set background=dark color solarized colorscheme solarized +set noswapfile