From: martin f. krafft Date: Tue, 28 Sep 2010 16:35:51 +0000 (+0200) Subject: disable syncing of swapfile updates X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/cd175a9c2be9bf6d3dd32b4cd43cd75fbc95ec95 disable syncing of swapfile updates --- diff --git a/.vimrc b/.vimrc index 2493369..60b2021 100644 --- a/.vimrc +++ b/.vimrc @@ -1100,6 +1100,7 @@ set dir=.,$TMPDIR//,/var/tmp//,/tmp// " swapsync " "sync", "fsync" or empty; how to flush a swap file to disk " set sws=fsync +set sws= " updatecount " number of characters typed to cause a swap file update