From c5ddd1914b257114d931602fc7852ebcbeab5039 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 11 Jun 2019 16:28:13 +1200 Subject: Correct a comment --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3