aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-10 14:02:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-10 14:02:55 +1200
commit49d6353df4f75213bc58fd2a1ac0dffc0a0f8048 (patch)
treeb429ed828b92b748c8beaeb717854d6fdfeee962
parentAdd an idea (diff)
downloaddotfiles-49d6353df4f75213bc58fd2a1ac0dffc0a0f8048.tar.gz
dotfiles-49d6353df4f75213bc58fd2a1ac0dffc0a0f8048.zip
Add a command prefix
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8370ae31..f87f906a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -169,7 +169,7 @@ endif
" and clear away any automatic command hooks already defined within it if it
" does. This way, we don't end up collecting multiple copies of the hooks
" configured in the rest of this file if it's reloaded. I don't want to make
-" the augroup span the entire file, though.
+" the :augroup span the entire file, though.
"
augroup vimrc
autocmd!