aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-14 14:47:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-14 14:47:38 +1200
commit3b19176e64dbe4256c7afd6e211907e233f404bb (patch)
treee37483b8661141ad9df18f9051059c5f263f455a
parentAdd detail on backslashed commas (diff)
downloaddotfiles-3b19176e64dbe4256c7afd6e211907e233f404bb.tar.gz
dotfiles-3b19176e64dbe4256c7afd6e211907e233f404bb.zip
Amend some commentary on backups
-rw-r--r--vim/vimrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 88ccd07f..f07f4cbe 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -297,13 +297,14 @@ set viminfo+=n$MYVIM/cache/viminfo
"
set history=10000
-" Enable automatic backups of most file buffers. In practice, I don't need
-" these backups very much if I'm using version control sensibly, but they have
-" still saved my bacon a few times.
+" We'll now enable automatic backups of most file buffers, since that's off by
+" default. In practice, I don't need these backups very much, at least if I'm
+" using version control sensibly, but they have still saved my bacon a few
+" times.
"
" We'll try to keep the backup files in a dedicated cache directory, to stop
" them popping up next to the file to which they correspond, and getting
-" committed to version control.
+" accidentally committed to version control.
"
" If Vim is new enough, we'll add two trailing slashes to the path we're
" inserting, which prompts Vim to incorporate the full escaped path of the