aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-18 18:00:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-18 18:00:17 +1200
commitcde8d297bf1efd705353e33179f78cbf94d4054b (patch)
treeb89c1ac734a08e3857fd147a558289ec560d8fd1 /vim/vimrc
parentMerge branch 'hotfix/v1.34.3' into develop (diff)
downloaddotfiles-cde8d297bf1efd705353e33179f78cbf94d4054b.tar.gz
dotfiles-cde8d297bf1efd705353e33179f78cbf94d4054b.zip
Amend a vimrc comment
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index acaaaa61..b98315bf 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -53,7 +53,7 @@ set backspace+=start " The start of current insertion
" Do keep backups
set backup
-" Try to keep them all in one system-appropriate dir
+" Try to keep backups in one system-appropriate dir
if has('unix')
set backupdir^=~/.vim/cache/backup
elseif has('win32') || has('win64')