From: Oleg Broytman Date: Sun, 13 Jul 2014 18:53:57 +0000 (+0400) Subject: Fix misspelling X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=491e96e877838c3c1597ece3f875abb930d24122 Fix misspelling --- diff --git a/.vimrc b/.vimrc index 063844d..288fb49 100644 --- a/.vimrc +++ b/.vimrc @@ -729,7 +729,7 @@ augroup redraw-once autocmd! " Redraw screen after all macros in ~/.vimrc and ~/.vim/ autocmd BufReadPost * redraw -" Remove the redraw autocommand (it's only needed once) and the autgroup +" Remove the redraw autocommand (it's only needed once) and the group autocmd BufReadPost * autocmd! redraw-once autocmd BufReadPost * augroup! redraw-once augroup END