]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

disable syncing of swapfile updates
authormartin f. krafft <madduck@madduck.net>
Tue, 28 Sep 2010 16:35:51 +0000 (18:35 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 28 Sep 2010 16:35:51 +0000 (18:35 +0200)
.vimrc

diff --git a/.vimrc b/.vimrc
index 24933692869225078d5c1e87399789a111017f72..60b20218e434ec57141510da26522f53c72e8580 100644 (file)
--- 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