]> git.phdru.name Git - dotfiles.git/commitdiff
Fix misspelling
authorOleg Broytman <phd@phdru.name>
Sun, 13 Jul 2014 18:53:57 +0000 (22:53 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 13 Jul 2014 18:53:57 +0000 (22:53 +0400)
.vimrc

diff --git a/.vimrc b/.vimrc
index 063844d36d6e2c5d1a9dea46366921f310cee413..288fb49a3e42d4b81a7060864224df0de5a54dd5 100644 (file)
--- 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