summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2014-10-12 22:10:55 -0400
committerJune McEnroe <june@causal.agency>2014-10-12 22:10:55 -0400
commita45577badbbbaec6a8019567b589bc3f9b4c2e43 (patch)
treea1ca3701cf4b08b31a6c8bea75d03917b782f4bd /.vimrc
parentUpdate tunnel function for new domain (diff)
downloadsrc-a45577badbbbaec6a8019567b589bc3f9b4c2e43.tar.gz
src-a45577badbbbaec6a8019567b589bc3f9b4c2e43.zip
Remove backup option from vimrc
Diffstat (limited to '')
-rw-r--r--.vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 06cc5966..96346a89 100644
--- a/.vimrc
+++ b/.vimrc
@@ -8,9 +8,6 @@ set backspace=indent,eol,start
 " without saving first.
 set hidden
 
-" Create backup files before saving (file.txt is backed up to file.txt~).
-set backup
-
 " Keep 50 lines of : command history and search patterns.
 set history=50