From: Oleg Broytman Date: Tue, 11 Mar 2014 04:26:01 +0000 (+0400) Subject: Redraw screen after all macros X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=55df2f7a6e3c90e597ea21c0b21e472aaa176df1 Redraw screen after all macros --- diff --git a/.vimrc b/.vimrc index 194e418..c7c26bd 100644 --- a/.vimrc +++ b/.vimrc @@ -725,6 +725,7 @@ command! UName call Uname() endif " ---------- +autocmd BufReadPost * redraw " Redraw screen after all macros " This has to go to the very end of ~/.vimrc to allow reading the .vimrc set secure " safer working with script files in the current directory