aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 15:53:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 16:17:33 +1200
commit1b03e1788f8b416368effe336b11881e6bbf186b (patch)
tree28169c96aa7a7fa0743c2a51d4ef6228f3938233
parentPrepend $MYVIM to &runtimepath if not there (diff)
downloaddotfiles-1b03e1788f8b416368effe336b11881e6bbf186b.tar.gz
dotfiles-1b03e1788f8b416368effe336b11881e6bbf186b.zip
Adjust comment on vimrc reload hook
-rw-r--r--vim/vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a4c9e5cb..cdd48eed 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -138,10 +138,10 @@ augroup vimrc
autocmd!
augroup END
-" If this file or the vimrc stub that calls it is written to by Vim, reload
-" the stub vimrc and thereby the main vimrc, so that our changes apply
-" immediately in the current editing session. This often makes broken changes
-" immediately apparent.
+" If this file or the vimrc stub that calls it is written to by Vim, we'd like
+" to reload the stub vimrc and thereby the main vimrc, so that our changes
+" apply immediately in the current editing session. This often makes broken
+" changes immediately apparent.
"
autocmd vimrc BufWritePost $MYVIMRC,$MYVIM/vimrc
\ source $MYVIMRC