aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-16 16:16:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-16 16:16:44 +1200
commit8c4d911372e709ec0950a8d9766bf2154208c128 (patch)
treef1d125ea569720d241bcb2a5cf3888512c424632 /vim/vimrc
parentMerge branch 'release/v6.14.0' into develop (diff)
downloaddotfiles-8c4d911372e709ec0950a8d9766bf2154208c128.tar.gz
dotfiles-8c4d911372e709ec0950a8d9766bf2154208c128.zip
Conform reloading vimrc message comment to truth
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 699f2e45..3e8aabfe 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -195,9 +195,9 @@ command! -bar ReloadFileType
" a defensive measure to avoid infinite recursion. It may not actually be
" necessary.
"
-" We emit a faked display of the command, as well, just to make it clear that
-" something has happened. The :redraw just before that message seems to be
-" necessary for this message to display correctly. I'm not sure why.
+" We emit a message afterwards, just to make it clear that something has
+" happened. The :redraw just before that message seems to be necessary for
+" this message to display correctly. I'm not sure why.
"
function! s:ReloadVimrc() abort
ReloadFileType