diff options
author | June McEnroe <june@causal.agency> | 2014-10-12 22:10:55 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-10-12 22:10:55 -0400 |
commit | a45577badbbbaec6a8019567b589bc3f9b4c2e43 (patch) | |
tree | a1ca3701cf4b08b31a6c8bea75d03917b782f4bd | |
parent | Update tunnel function for new domain (diff) | |
download | src-a45577badbbbaec6a8019567b589bc3f9b4c2e43.tar.gz src-a45577badbbbaec6a8019567b589bc3f9b4c2e43.zip |
Remove backup option from vimrc
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 3 |
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 |