From ea3114c4cfb40a18dd5ec6808a1a55cf73cfe35f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 9 Jul 2020 00:19:20 +1200 Subject: Correct a spelling error in a comment --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index f276cb92..2aaf5eb2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -2,7 +2,7 @@ " Tom Ryder (tejr)’s Literate Vimrc " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ " -" Last updated: Wed, 10 Jun 2020 22:41:57 UTC +" Last updated: Wed, 08 Jul 2020 12:19:04 UTC " " │ And I was lifted up in heart, and thought " │ Of all my late-shown prowess in the lists, @@ -330,7 +330,7 @@ filetype plugin indent on " There are a couple of contexts in which it's useful to reload filetypes for " the current buffer, quietly doing nothing if filetypes aren't enabled. " We'll set up a user command named :ReloadFileType to do this, with -" an autloaded function backing it. +" an autoloaded function backing it. " command! -bar ReloadFileType \ call reload#FileType() -- cgit v1.2.3