]> git.phdru.name Git - dotfiles.git/commitdiff
Redraw screen after all macros
authorOleg Broytman <phd@phdru.name>
Tue, 11 Mar 2014 04:26:01 +0000 (08:26 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 11 Mar 2014 04:26:01 +0000 (08:26 +0400)
.vimrc

diff --git a/.vimrc b/.vimrc
index 194e4184358050ba8388eac210a2ef81a8e56365..c7c26bddb2db44c57dc8bd11d391bf297e72ad25 100644 (file)
--- 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