X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.vimrc;h=288fb49a3e42d4b81a7060864224df0de5a54dd5;hp=063844d36d6e2c5d1a9dea46366921f310cee413;hb=491e96e877838c3c1597ece3f875abb930d24122;hpb=6aba48a19496344bd89039cc6f2a53a339377729 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