Clark J. Wang wrote: > For window-related autocmds I only found WinEnter and WinLeave. Any > idea?
I'm not sure I follow what you want...you can redraw the screen at any time with control+L, but it has nothing to do with when you split windows. Vim generally does a good job of maintaining its own display so control+L to repaint the screen isn't often needed. However, I end up using it most when I've got some background task running on my console, and it dumps output atop my foreground vim session (browsers started from the console are notorious for dumping such messages on my machine). What are you trying to do that involves splits and redraws? -tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
