aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 16:28:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 16:28:13 +1200
commitc5ddd1914b257114d931602fc7852ebcbeab5039 (patch)
treeae3775e05567f9f680ec3a351c5de587163c1506
parentCorrect a word (diff)
downloaddotfiles-c5ddd1914b257114d931602fc7852ebcbeab5039.tar.gz
dotfiles-c5ddd1914b257114d931602fc7852ebcbeab5039.zip
Correct a comment
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0a246996..ed825c4d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -145,7 +145,7 @@ command! -bar ReloadFileType
\ call s:ReloadFileType()
" We'll also define a :ReloadVimrc command. This may seem like overkill at
-" first; surely just :source $MYVIMRC is good enough?
+" first; surely just `:source $MYVIMRC` would be good enough?
"
" We're defining the command because of an edge case: if the vimrc stub or
" main file is re-sourced, the global settings for options like 'expandtab'